blob: 5d53e61563031c053d6882f457978f06334df2cc [file] [log] [blame]
{
"name": "SDFeedParser",
"version": "1.0",
"summary": "Objective-C parser for the JSON API plugin for Wordpress.",
"homepage": "https://github.com/sebyddd/SDFeedParser",
"screenshots": "https://dl.dropboxusercontent.com/s/5gvds2nhdjm6avd/sdfeedparser.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sebastian Dobrincu": "sebyddd@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sebyddd/SDFeedParser.git",
"tag": "1.0"
},
"source_files": "SDFeedParser/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}