Advertisement
julong

Mypod

Apr 28th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # Uncomment this line to define a global platform for your project
  2. # platform :ios, '6.0'
  3.  
  4. target 'WatchKitTableDemo' do
  5. source 'https://github.com/CocoaPods/Specs.git'
  6. platform :ios, '8.0'
  7. use_frameworks!
  8.  
  9. pod 'Alamofire', '~> 1.2'
  10. pod 'HanekeSwift'
  11. pod "SwiftyJSON", ">= 2.2"
  12.  
  13. end
  14.  
  15. target 'WatchKitTableDemoTests' do
  16.  
  17. end
  18.  
  19. target 'WatchKitTableDemo WatchKit Extension' do
  20. source 'https://github.com/CocoaPods/Specs.git'
  21. platform :ios, '8.0'
  22. use_frameworks!
  23.  
  24. pod 'Alamofire', '~> 1.2'
  25. pod 'HanekeSwift'
  26. pod "SwiftyJSON", ">= 2.2"
  27.  
  28. end
  29.  
  30. target 'WatchKitTableDemo Watch App' do
  31.  
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement