blob: 7a2073ad28339c8113b56073817f2d9cc46c3a41 [file] [log] [blame]
{
"name": "p2.OAuth2",
"version": "3.0.0",
"summary": "OAuth2 framework for macOS, iOS and tvOS, written in Swift.",
"description": "OAuth2 frameworks for macOS, iOS and tvOS 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",
"documentation_url": "http://p2.github.io/OAuth2/",
"license": "Apache 2",
"authors": {
"Pascal Pfiffner": "phase.of.matter@gmail.com"
},
"source": {
"git": "https://github.com/p2/OAuth2.git",
"tag": "3.0.0",
"submodules": true
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DNO_MODULE_IMPORT -DNO_KEYCHAIN_IMPORT"
},
"source_files": [
"SwiftKeychain/Keychain/*.swift",
"Sources/Base/*.swift",
"Sources/Flows/*.swift",
"Sources/DataLoader/*.swift"
],
"ios": {
"source_files": "Sources/iOS/*.swift",
"frameworks": "SafariServices"
},
"osx": {
"source_files": "Sources/macOS/*.swift"
},
"tvos": {
"source_files": "Sources/tvOS/*.swift"
}
}