| { |
| "name": "AuthorizeMe", |
| "summary": "Authorization with social networks", |
| "version": "1.1.5", |
| "homepage": "https://github.com/rubygarage/authorize-me", |
| "license": "MIT", |
| "authors": { |
| "RubyGarage": "vlad@rubygarage.org" |
| }, |
| "source": { |
| "git": "https://github.com/rubygarage/authorize-me.git", |
| "tag": "1.1.5" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Core/**/*.swift", |
| "preserve_paths": "CocoaPods/**/*", |
| "pod_target_xcconfig": { |
| "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/AuthorizeMe/CocoaPods/iphoneos", |
| "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/AuthorizeMe/CocoaPods/iphonesimulator" |
| } |
| }, |
| { |
| "name": "Facebook", |
| "dependencies": { |
| "AuthorizeMe/Core": [ |
| |
| ] |
| }, |
| "source_files": "Providers/Facebook/*.swift" |
| }, |
| { |
| "name": "Twitter", |
| "dependencies": { |
| "AuthorizeMe/Core": [ |
| |
| ] |
| }, |
| "source_files": "Providers/Twitter/*.swift" |
| }, |
| { |
| "name": "Google", |
| "dependencies": { |
| "AuthorizeMe/Core": [ |
| |
| ] |
| }, |
| "source_files": "Providers/Google/*.swift" |
| }, |
| { |
| "name": "Instagram", |
| "dependencies": { |
| "AuthorizeMe/Core": [ |
| |
| ] |
| }, |
| "source_files": "Providers/Instagram/*.swift" |
| }, |
| { |
| "name": "LinkedIn", |
| "dependencies": { |
| "AuthorizeMe/Core": [ |
| |
| ] |
| }, |
| "source_files": "Providers/LinkedIn/*.swift" |
| } |
| ] |
| } |