blob: 4036c89892bb7267436d7971b58c8e3d712ba4fa [file] [log] [blame]
{
"name": "JSONFeedParser",
"version": "1.0.0",
"summary": "A dead simple JSONFeed parser in Objective-C.",
"description": "A JSONFeed parser with only one method you need to worry about. Easy peezy.",
"homepage": "https://github.com/DreamingInBinary/JSONFeed",
"license": "MIT",
"authors": {
"Jordan Morgan": "jordan@dreaminginbinary.co"
},
"social_media_url": "http://twitter.com/JordanMorgan10",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/DreamingInBinary/JSONFeed.git",
"tag": "v1.0"
},
"source_files": [
"Classes",
"JSONFeedParser/JSONFeed/**/*.{h,m}"
]
}