[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 7 / 3 / d / JauzziParser / 1.0.1 / JauzziParser.podspec.json
blobf57998719e1ef94904d2bf7ded1c11408b63e32a
2   "name": "JauzziParser",
3   "version": "1.0.1",
4   "summary": "An RSS feed parser written in Swift 3.0.",
5   "swift_version": "4.0",
6   "description": "An RSS feed parser written in Swift 4.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}",
7   "homepage": "https://github.com/fakerabbit/JauzziParser",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Mirko Justiniano": "mirkoj@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/fakerabbit/JauzziParser.git",
17     "tag": "1.0.1"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "JauzziParser/**/*.{swift}",
23   "libraries": "xml2",
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
26     "OTHER_LDFLAGS": "-lxml2"
27   },
28   "dependencies": {
29     "Alamofire": [
30       "~> 4.0"
31     ]
32   }