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