Last active
November 9, 2016 10:34
-
-
Save GE-N/81f2777d1cc5b355559afeb5512d4d5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://bitbucket.org/jerapongn/jnspec' | |
use_frameworks! | |
target 'Newsfeed_Example' do | |
pod 'Newsfeed', :path => '../' | |
target 'Newsfeed_Tests' do | |
inherit! :search_paths | |
# pod 'FBSnapshotTestCase' | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment