blob: b83211a33f5a294a27d2bdcf706f9e0e822ea539 [file] [log] [blame]
{
"name": "OhMyAuth",
"summary": "Simple OAuth2 library with a support of multiple services.",
"version": "2.0.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": "2.0.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "9.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": [
"~> 2.0"
],
"JWTDecode": [
"~> 2.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}