[Add] YYUIKit 0.6.4
[CocoaPods.git] / Specs / 9 / 7 / 0 / LJAFNetWorking / 0.0.1 / LJAFNetWorking.podspec.json
blobde7553947774603735b96032582ea0b22751f9ea
2   "name": "LJAFNetWorking",
3   "version": "0.0.1",
4   "summary": "LJAFNetWorking 工具",
5   "description": "AFNetWorking基础上的封装,把AFN的一些常用的配置代码抽取出来,使用更加方便",
6   "homepage": "https://github.com/soft6096/LJAFNetWorking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "宇宙神帝": "604323817@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/soft6096/LJAFNetWorking.git",
19     "branch": "master",
20     "tag": "0.0.1"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "LJFrame",
25     "LJFrame/*.{h,m}"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "<= 2.6.3"
30     ]
31   }