blob: f336949f2413f97af262e5389e0f38c61b95acdd [file] [log] [blame]
{
"name": "p2.OAuth2",
"version": "1.2.8",
"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": "1.2.8",
"submodules": true
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": [
"OAuth2/*.swift",
"SwiftKeychain/SwiftKeychain/Keychain/*.swift"
],
"ios": {
"source_files": "OAuth2+iOS/*.swift"
},
"osx": {
"source_files": "OAuth2+OSX/*.swift"
}
}