blob: cfdf6845050881c08feb596fc1d787ad05cd9b3e [file] [log] [blame]
{
"name": "AFWunderlist",
"version": "1.0",
"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.0"
},
"source_files": "WLClient.{h,m}",
"exclude_files": [
"LICENSE",
"README.md",
"AFWunderlist.podspec"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}