[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 8 / 3 / TwitterService / 0.1.3 / TwitterService.podspec.json
bloba2eb97089f5f2c7b66f94f482d1717a172a2fdd2
2   "name": "TwitterService",
3   "version": "0.1.3",
4   "summary": "An easy to use wrapper for Twitter",
5   "description": "A dependency injectable service wrapping the Twitter API",
6   "homepage": "https://github.com/AttilaTheFun/TwitterService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/TwitterService.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "API",
22       "source_files": "Pod/API/*.swift",
23       "dependencies": {
24         "SwiftToolKit": [
25           "~>0.2.4"
26         ],
27         "ServiceRegistry": [
28           "~>0.3.0"
29         ],
30         "PromiseKit": [
31           "~>3.0"
32         ]
33       }
34     },
35     {
36       "name": "Implementation",
37       "source_files": "Pod/Implementation/*.swift",
38       "dependencies": {
39         "TwitterService/API": [
41         ],
42         "OAuthService/API": [
43           "~>0.1.4"
44         ]
45       }
46     },
47     {
48       "name": "Test",
49       "dependencies": {
50         "ServiceRegistry": [
51           "~>0.3.0"
52         ],
53         "OAuthService": [
54           "~>0.1.4"
55         ]
56       }
57     }
58   ]