blob: d61faae527756dec6b656021c452c672764a8b57 [file] [log] [blame]
{
"name": "nytimes",
"version": "0.1",
"summary": "NYTimes Objective-C Client Library.",
"homepage": "https://github.com/dustineichler/NYTimes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dustin": "dustin@smalhaus.com"
},
"social_media_url": "http://twitter.com/dustineichler",
"platforms": {
"ios": null
},
"source": {
"git": "git@github.com:dustineichler/NYTimes.git",
"tag": "0.1"
},
"source_files": [
"NYTimesWrapper",
"**/*.{h,m}"
],
"exclude_files": "NYTimesWrapperTests/*.{h,m}",
"requires_arc": false
}