[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / d / JauzziParser / 0.8.0 / JauzziParser.podspec.json
blob4a79dd50310cc064d97fd9c48b4b5e6d7ed775d5
2   "name": "JauzziParser",
3   "version": "0.8.0",
4   "summary": "An RSS feed parser written in Swift 3.0.",
5   "description": "An RSS feed parser written in Swift 3.0.\nIt uses Alamofire for fetching the url and it uses Google's feed api to parse the feed.\n\nSample usage:\n\nimport JauzziParser\n\nJauzziParser.sharedInstance.fetchRss(url: \"https://news.google.com/?output=rss\") { [weak self] entries in\nprint(entries)\n}",
6   "homepage": "https://github.com/fakerabbit/JauzziParser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mirko Justiniano": "mirkoj@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fakerabbit/JauzziParser.git",
16     "tag": "0.8.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "JauzziParser/**/*.{swift}",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0"
25     ],
26     "Fuzi": [
28     ]
29   },
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
32   },
33   "pushed_with_swift_version": "3.0"