blob: c261f7a84196621afa41d48c28f805bf7c11c1c0 [file] [log] [blame]
{
"name": "OAuthService",
"version": "0.1.4",
"summary": "A simple dependency-injectable wrapper around the OAuthSwift library.",
"description": "A simple dependency-injectable wrapper around the OAuthSwift library.\nA member of the Trellis family of services.",
"homepage": "https://github.com/AttilaTheFun/OAuthService",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/OAuthService.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "API",
"dependencies": {
"SwiftToolKit": [
"~>0.2.4"
],
"ServiceRegistry/API": [
"~>0.3.0"
],
"PromiseKit": [
"~>3.0"
]
},
"source_files": "Pod/API/*.swift"
},
{
"name": "Implementation",
"dependencies": {
"OAuthService/API": [
],
"OAuthSwift": [
"~>0.4.6"
]
},
"source_files": "Pod/Implementation/*.swift"
},
{
"name": "Test",
"dependencies": {
"ServiceRegistry": [
"~>0.3.0"
]
}
}
]
}