| { |
| "name": "AuthorizeMe", |
| "summary": "Authorization with social networks", |
| "version": "1.0.2", |
| "homepage": "https://github.com/radislavcrechet/AuthorizeMe", |
| "license": "MIT", |
| "authors": { |
| "RubyGarage": "vlad@rubygarage.org" |
| }, |
| "source": { |
| "git": "https://github.com/radislavcrechet/AuthorizeMe.git", |
| "tag": "1.0.2" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Source/**/*.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" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |