Created
November 7, 2014 09:17
-
-
Save iiiyu/453ad71ee692a864567c to your computer and use it in GitHub Desktop.
打码 Podfile
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://github.com/CocoaPods/Specs.git' | |
source 'https://github.com/xxxx/Specs.git' | |
inhibit_all_warnings! | |
def common_pods | |
pod 'AFNetworking', '~> 2.4.1' | |
pod 'MagicalRecord', '~> 2.2' | |
pod 'NSDate-SIUtilities', :git => 'https://github.com/iiiyu/NSDate-SIUtilities.git', :commit => '4b4bf1aa9f686bfd324bfa031edfe2df4a310b03' | |
pod 'Underscore.m', '~> 0.2.1' | |
pod 'CocoaLumberjack', '~> 2.0.0-beta3' | |
end | |
def model_common_pods | |
pod 'xxxx/Core', '~> 2.1' | |
pod 'xxxx/Cxxx', '~> 2.1' | |
pod 'xxxx/Wxxx', '~> 2.1' | |
pod 'xxxx/Zxxx', '~> 2.1' | |
pod 'xxxx/Mxxx', '~> 2.1' | |
pod 'xxxx/Nxxx', '~> 2.1' | |
pod 'xxxx', :git => 'https://github.com/xxx/xxx.git', :commit => | |
'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' | |
end | |
def test_common_pods | |
pod 'Kiwi', '~> 2.3.0' | |
common_pods | |
end | |
def xxxx_ios_common_pods | |
pod 'xxx', :git => 'https://github.com/xxx/xxx.git', :commit => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' | |
pod 'xxx', :git => 'https://github.com/xxx/xxx.git', :commit => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' | |
pod 'xxx', :git => 'https://github.com/xxx/xxx.git', :commit => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' | |
pod 'xxx', :git => 'https://github.com/xxx/xxx.git', :commit => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' | |
pod 'xxx', :git => 'https://github.com/xxx/xxx.git', :commit => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' | |
end | |
target :'xxxx-Mac', :exclusive => true do | |
platform :osx, '10.10' | |
link_with 'xxxx-Mac' | |
common_pods | |
model_common_pods | |
pod 'Dropbox-OSX-SDK', '~> 1.3.13' | |
end | |
target 'xxxx-iOS', :exclusive => true do | |
platform :ios, '7.0' | |
link_with 'xxxx-iOS' | |
common_pods | |
model_common_pods | |
xxxx_ios_common_pods | |
pod 'MTMigration', '~> 0.0.3' | |
pod 'POViewFrameBuilder', '~> 1.0.2' | |
pod 'SSKeychain', '~> 1.2.2' | |
pod 'FlurrySDK', '~> 5.0.0' | |
pod 'uservoice-iphone-sdk', '~> 3.1.0' | |
pod 'Dropbox-iOS-SDK', '~> 1.3.13' | |
pod 'MRProgress', '~> 0.3.0' | |
pod 'Masonry', '~> 0.5.3' | |
pod 'FXNotifications', '~> 1.1' | |
pod 'ReactiveCocoa', '~> 2.3.1', :inhibit_warnings => true | |
pod 'StaticDataTableViewController', :git => 'https://github.com/xelvenone/StaticDataTableViewController.git', :commit => 'cf913ff5085b1ce5ea7375ada7863ef68ae3fe77' | |
pod 'LXReorderableCollectionViewFlowLayout', :git => 'https://github.com/lxcid/LXReorderableCollectionViewFlowLayout.git', :commit => 'cc315199300f38b8ec700cb3763e54d6c37fe1da' | |
pod 'DAAppsViewController', :git => 'https://github.com/danielamitay/DAAppsViewController.git', :commit => 'db8e40e4ba59c3b389713a061da8f298006f9d55' | |
pod 'NSDate-Extensions', :git => 'https://github.com/iiiyu/NSDate-Extensions.git', :commit => '04e1b46d1d8ee39bf2d535c0eb2872851cca53fe' | |
pod 'DDiCloudSync', :git => 'https://github.com/xxx/DDiCloudSync.git', :commit => '27bdfa5c3c85947f050d76270257e23dcc30a9fc' | |
pod 'moves-ios-sdk', :git => 'https://github.com/vitoziv/moves-ios-sdk.git', :commit => '8f2c26c31c528e34bee21f175ec251cef7d4a609' | |
pod 'UbiquityStoreManager', :git => 'https://github.com/iiiyu/UbiquityStoreManager.git', :commit => '4c085561fd56cef3c4f5d9912ebd4b11f52fb01c' | |
pod 'PermKit', :git => 'https://github.com/xxx/PermKit.git', :commit => '604038fa5362d802d62f3c42f3cdc5a43507fe13' | |
pod 'VTAcknowledgementsViewController', :git => 'https://github.com/iiiyu/VTAcknowledgementsViewController', :commit => 'b8f96637024038f4c3a0efe6c215e12b97326862' | |
pod 'SSZipArchive', '~> 0.3.1' | |
pod 'UIImage-Resize', '~> 1.0.1' | |
pod 'MHVideoPhotoGallery', :git => 'https://github.com/vitoziv/MHVideoPhotoGallery.git', :commit => 'f7ec2efc34d17622f147f4437b42bca292505aa9' | |
pod 'MRoundedButton', :git => 'https://github.com/iiiyu/MRoundedButton.git', :commit => '861da416bc52a6050aae66ea724b7ea44bb19e89' | |
pod 'NewRelicAgent' | |
pod 'Shimmer', '~> 1.0.1' | |
pod 'JazzHands', '~> 0.1.0' | |
pod 'EDSunriseSet', '~> 0.1' | |
end | |
target 'xxxxTests', :exclusive => true do | |
platform :ios, '7.0' | |
test_common_pods | |
end | |
target :'xxxx-MacTests', :exclusive => true do | |
platform :osx, '10.10' | |
test_common_pods | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请教下 pod install 后是不是 要对xcode target 进行额外配置?
这个问题怎么解决?