blob: 11a3ff51a94cf9196fe632a77773be659a03fdc2 [file] [log] [blame]
{
"name": "p2.OAuth2",
"version": "1.1.1",
"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.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "OAuth2/*",
"ios": {
"source_files": "OAuth2-iOS/*"
}
}