[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / f / 1 / RSS / 0.1.0 / RSS.podspec.json
blob1fb34185c5413e7df624dc9f77f5255d6aa671aa
2   "name": "RSS",
3   "version": "0.1.0",
4   "summary": "Parse and use RSS feed data",
5   "description": "Parse and use RSS feed data in Swift.",
6   "homepage": "https://github.com/kiliankoe/RSS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kilian Koeltzsch": "me@kilian.io"
13   },
14   "source": {
15     "git": "https://github.com/kiliankoe/RSS.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/kiliankoe",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.11",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "dependencies": {
26     "Kanna": [
27       "1.0.2"
28     ]
29   },
30   "source_files": "RSS/Classes/**/*"