blob: badf38d543308e8f8fcb285d48c3ef7433001518 [file] [log] [blame]
{
"name": "AFWunderlist",
"version": "1.1",
"summary": "AFWunderlist is a Wunderlist API wrapper for Objective-C",
"description": "AFWunderlist is a full-feaured Wunderlist API wrapper for Objective-C",
"homepage": "https://github.com/AlvaroFranco",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alvaro Franco": "alvarofrancoayala@gmail.com"
},
"social_media_url": "http://twitter.com/AlvaroFranco7",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/AlvaroFranco/AFWunderlist.git",
"tag": "v1.1"
},
"source_files": "WLClient.{h,m}",
"exclude_files": [
"LICENSE",
"README.md",
"AFWunderlist.podspec"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}