[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / c / a / RSSService / 0.1.2 / RSSService.podspec.json
blob204b5c9b42280d739562a08cb2fef05af27c72b4
2   "name": "RSSService",
3   "version": "0.1.2",
4   "summary": "A simple service for parsing RSS feeds.",
5   "description": "A simple service for parsing RSS feeds. Integrates with Trellis components.",
6   "homepage": "https://github.com/AttilaTheFun/RSSService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/RSSService.git",
13     "tag": "0.1.2"
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         "RSSService/API": [
40         ],
41         "SWXMLHash": [
42           "~> 2.0.0"
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   ]