[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / d / PostmatesiOS / 0.0.1 / PostmatesiOS.podspec.json
blob8df7af70d9ab26489c950979c6c04b26c2d9d3ec
2   "name": "PostmatesiOS",
3   "version": "0.0.1",
4   "summary": "An iOS wrapper for the Postmates REST API",
5   "description": "An iOS wrapper for the Postmates REST API. Designed to help iOS developers that want to utilize the on demand services of Postmates in their mobile applications.",
6   "homepage": "http://github.com/yondonfu/ios-postmates",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Yondon Fu": "yondon.fu@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/yondonfu/ios-postmates.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Postmates",
23     "Postmates/**/*.{h,m}"
24   ],
25   "exclude_files": "Postmates/Exclude",
26   "public_header_files": "Postmates/**/*.h",
27   "requires_arc": true,
28   "dependencies": {
29     "AFNetworking": [
31     ]
32   }