blob: b2b70b0b586f5be8d3ce079d29d28cde5a0a10b5 [file] [log] [blame]
{
"name": "p2.OAuth2",
"version": "2.2.1",
"summary": "OAuth2 framework for OS X and iOS, written in Swift.",
"description": "OAuth2 frameworks for OS X and iOS written in Swift.\n\nA flexible framework supporting standards-compliant _implicit_ and _code_ grant flows. Some\nwebsites like Facebook may use slightly differring OAuth2 implementations, for those the\nframework aims to provide specific subclasses handling these differences.\n\nStart with `import p2_OAuth2` in your source files. Code documentation is available from within\nXcode (ALT + click on symbols) and on [p2.github.io/OAuth2/](http://p2.github.io/OAuth2/).",
"homepage": "https://github.com/p2/OAuth2",
"license": "Apache 2",
"authors": {
"Pascal Pfiffner": "phase.of.matter@gmail.com"
},
"source": {
"git": "https://github.com/p2/OAuth2.git",
"tag": "2.2.1",
"submodules": true
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DNO_KEYCHAIN_IMPORT"
},
"ios": {
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DIMPORT_SWIFT_KEYCHAIN"
},
"dependencies": {
"SwiftKeychain": [
"~> 0.1.5"
]
},
"source_files": "Sources/iOS/*.swift"
},
"source_files": "Sources/Base/*.swift",
"osx": {
"source_files": [
"Sources/OSX/*.swift",
"SwiftKeychain/SwiftKeychain/Keychain/*.swift"
]
}
}