[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / f / 7 / 0 / httpmodel / 0.0.1 / httpmodel.podspec.json
blobd66639f4fc90102876ca820945ceb3ef1470c867
2   "name": "httpmodel",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "0.0.1",
7   "summary": "Dictionary <=> Model <=> JSON",
8   "homepage": "https://github.com/yellowzhou/ZZHttmModel",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "yellowzhou": "yellowzhou@sina.cn"
15   },
16   "source": {
17     "git": "https://github.com/yellowzhou/ZZHttmModel.git",
18     "tag": "0.0.1"
19   },
20   "frameworks": [
21     "CFNetwork",
22     "Foundation"
23   ],
24   "source_files": "ZZHttpModel/Src/*.{h,m}",
25   "requires_arc": true,
26   "dependencies": {
27     "AFNetworking": [
29     ]
30   }