[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / a / 9 / AFWunderlist / 1.0 / AFWunderlist.podspec.json
blobcfdf6845050881c08feb596fc1d787ad05cd9b3e
2   "name": "AFWunderlist",
3   "version": "1.0",
4   "summary": "AFWunderlist is a Wunderlist API wrapper for Objective-C",
5   "description": "AFWunderlist is a full-feaured Wunderlist API wrapper for Objective-C",
6   "homepage": "https://github.com/AlvaroFranco",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alvaro Franco": "alvarofrancoayala@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/AlvaroFranco7",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/AlvaroFranco/AFWunderlist.git",
20     "tag": "v1.0"
21   },
22   "source_files": "WLClient.{h,m}",
23   "exclude_files": [
24     "LICENSE",
25     "README.md",
26     "AFWunderlist.podspec"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "AFNetworking": [
31       "~> 2.0"
32     ]
33   }