Podfile 238 B

12345678910111213141516171819
  1. platform :ios, '9.0'
  2. use_frameworks!
  3. #target 'OJASwiftKit' do
  4. #
  5. #
  6. #end
  7. target 'OJASwiftKitDemo' do
  8. # pod 'Alamofire'
  9. pod 'OJASwiftKit', :path => '~/Documents/OJAGitHub/OJASwiftKit'
  10. pod 'LXMBlockKit'
  11. end