blob: c0a1c60486d4333d6b55c0dffe1a0cf8ec744b71 [file] [log] [blame]
{
"name": "OhMyAuth",
"summary": "Simple OAuth2 library with a support of multiple services.",
"version": "1.2.0",
"homepage": "https://github.com/hyperoslo/OhMyAuth",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/OhMyAuth.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/{iOS,Shared}/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
},
"osx": {
"source_files": "Sources/{Mac,Shared}/**/*",
"frameworks": [
"Cocoa",
"Foundation"
]
},
"dependencies": {
"Keychains": [
"~> 1.0.0"
],
"JWTDecode": [
"~> 2.0.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}