[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / 6 / 3 / OAuthService / 0.1.5 / OAuthService.podspec.json
blob8fbe3b57b1a5dc97f15849d91210e7850b2786db
2   "name": "OAuthService",
3   "version": "0.1.5",
4   "summary": "A simple dependency-injectable wrapper around the OAuthSwift library.",
5   "description": "A simple dependency-injectable wrapper around the OAuthSwift library.\nA member of the Trellis family of services.",
6   "homepage": "https://github.com/AttilaTheFun/OAuthService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/OAuthService.git",
13     "tag": "0.1.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "API",
22       "dependencies": {
23         "SwiftToolKit": [
24           "~>0.2.4"
25         ],
26         "ServiceRegistry/API": [
27           "~>0.3.0"
28         ],
29         "PromiseKit": [
30           "~>3.0"
31         ]
32       },
33       "source_files": "Pod/API/*.swift"
34     },
35     {
36       "name": "Implementation",
37       "dependencies": {
38         "OAuthService/API": [
40         ],
41         "OAuthSwift": [
42           "~>0.4.8"
43         ]
44       },
45       "source_files": "Pod/Implementation/*.swift"
46     },
47     {
48       "name": "Test",
49       "dependencies": {
50         "ServiceRegistry": [
51           "~>0.3.0"
52         ]
53       }
54     }
55   ]