[Add] Braintree 6.25.0
[CocoaPods.git] / Specs / 0 / 8 / 3 / TwitterService / 0.1.1 / TwitterService.podspec.json
blob2dd89f9300f8c3da3ca7665cd84c1ba0ef4e5795
2   "name": "TwitterService",
3   "version": "0.1.1",
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.1"
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.1.3"
29         ]
30       }
31     },
32     {
33       "name": "Implementation",
34       "source_files": "Pod/Implementation/*.swift",
35       "dependencies": {
36         "TwitterService/API": [
38         ],
39         "OAuthSwift": [
40           "~>0.4.6"
41         ]
42       }
43     },
44     {
45       "name": "Test",
46       "dependencies": {
47         "ServiceRegistry": [
48           "~>0.1.3"
49         ]
50       }
51     }
52   ]