blob: fc2d083868aa742b5e373bc5f4b55823df0f1161 [file] [log] [blame]
{
"name": "SDFeedParser",
"version": "0.1",
"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": {
"Dobrincu Sebastian": "sebyddd@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/sebyddd/SDFeedParser.git",
"tag": "0.1"
},
"source_files": "SDFeedParser/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}