[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / a / 4 / BNRSSFeedParser / 2.1.0 / BNRSSFeedParser.podspec.json
blobe2535bf26da13ceb887548b5cf017a9c8333a988
2   "name": "BNRSSFeedParser",
3   "version": "2.1.0",
4   "summary": "Simple RSS and podcast parsing in Objective-C",
5   "description": "                   BNRSSFeedParser (and its BNPodcastFeedParser) is a one-stop shop for handling HTTP RSS resources. The parsing is quite simplistic, and does not necessarily care too much about the RSS spec. The interface for the objects that are generated try their best to adhere to the standards for their formats.\n\n",
6   "homepage": "https://github.com/Bitnock/BNRSSFeedParser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Kalafarski": "chris@farski.com"
13   },
14   "social_media_url": "http://twitter.com/farski",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/Bitnock/BNRSSFeedParser.git",
20     "tag": "2.1.0"
21   },
22   "source_files": "**/*.{h,m}",
23   "requires_arc": true