[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 2 / 4 / SDFeedParser / 0.1 / SDFeedParser.podspec.json
blobfc2d083868aa742b5e373bc5f4b55823df0f1161
2   "name": "SDFeedParser",
3   "version": "0.1",
4   "summary": "Objective-C parser for the JSON API plugin for Wordpress.",
5   "homepage": "https://github.com/sebyddd/SDFeedParser",
6   "screenshots": "https://dl.dropboxusercontent.com/s/5gvds2nhdjm6avd/sdfeedparser.png",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dobrincu Sebastian": "sebyddd@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/sebyddd/SDFeedParser.git",
19     "tag": "0.1"
20   },
21   "source_files": "SDFeedParser/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.0"
26     ]
27   }