blob: 4940b4d223f123f1ee99947eccbbe1934ad497cd [file] [log] [blame]
{
"name": "DTGoogleAuth",
"version": "0.2.0",
"summary": "Simple authentication with google credentials",
"homepage": "https://github.com/dtorres/DTGoogleAuth",
"license": "MIT",
"authors": {
"Diego Torres": "contact@dtorres.me"
},
"source": {
"git": "https://github.com/dtorres/DTGoogleAuth.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/dtorres",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"osx": {
"source_files": "Classes/DTGoogleAuth.{h,m}"
},
"ios": {
"source_files": "Classes/*.{h,m}",
"private_header_files": "Classes/DTSafariViewController.h",
"weak_frameworks": [
"WebKit",
"SafariServices"
]
},
"frameworks": "Accounts"
},
{
"name": "NoNSURLQueryItems",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"dependencies": {
"CMDQueryStringSerialization": [
]
},
"osx": {
"source_files": "Classes/DTGoogleAuth.{h,m}"
},
"ios": {
"source_files": "Classes/*.{h,m}",
"private_header_files": "Classes/DTSafariViewController.h",
"weak_frameworks": [
"WebKit",
"SafariServices"
]
},
"frameworks": "Accounts"
}
]
}