blob: c696094678e29ac87da8787b510b91be096f0154 [file] [log] [blame]
{
"name": "SLLRSSParser",
"version": "0.4.0",
"summary": "Simple Objective-C RSS parser",
"description": "SLLRSSParser is a simple RSS parser for Objective-C. You pass in the URL and the return block give you an array of items.",
"homepage": "https://github.com/sebleclerc/SLLRSSParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Sébastien Leclerc Lavallée",
"social_media_url": "http://twitter.com/dotsebleclerc",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/sebleclerc/SLLRSSParser.git",
"tag": "v0.4.0"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"TBXML": [
]
}
}