blob: 66b0ce95934ead1896b1f89763f7bc2091a8079a [file] [log] [blame]
{
"name": "p2.OAuth2",
"version": "1.2.7",
"summary": "OAuth2 framework for OS X and iOS, written in Swift.",
"description": " OAuth2 frameworks for OS X and iOS written in Swift.\n \n A flexible framework supporting standards-compliant _implicit_ and _code_ grant flows. Some\n websites like Facebook may use slightly differring OAuth2 implementations, for those the\n framework aims to provide specific subclasses handling these differences.\n \n Start with `import p2_OAuth2` in your source files. Code documentation is available from within\n Xcode (ALT + click on symbols) and on [p2.github.io/OAuth2/](http://p2.github.io/OAuth2/).\n",
"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.7",
"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"
}
}