blob: e3f49c5b77316f45fcab9a5f1fb2c1f23eb903bc [file] [log] [blame]
{
"name": "AuthorizeMe",
"summary": "Authorization with social networks",
"version": "1.0.3",
"homepage": "https://github.com/radislavcrechet/AuthorizeMe",
"license": "MIT",
"authors": {
"RubyGarage": "vlad@rubygarage.org"
},
"source": {
"git": "https://github.com/radislavcrechet/AuthorizeMe.git",
"tag": "1.0.3"
},
"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"
}