[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 7 / b / f / JKKit / 1.0.4 / JKKit.podspec.json
blob8ee2d205c28a5a3edf5769e98bd205d06829bae3
2   "name": "JKKit",
3   "version": "1.0.4",
4   "summary": "北京金凯瑞铭信息技术有限公司-无锡分公司-IOS框架",
5   "homepage": "http://jksoft.cn/",
6   "license": "Apache License, Version 2.0",
7   "authors": "北京金凯瑞铭信息技术有限公司-无锡分公司-傅涛",
8   "platforms": {
9     "ios": "7.0"
10   },
11   "requires_arc": true,
12   "source": {
13     "git": "https://github.com/Ftkey/JKKit.git",
14     "tag": "1.0.4"
15   },
16   "frameworks": [
17     "UIKit",
18     "Foundation"
19   ],
20   "prefix_header_contents": [
21     "#import <UIKit/UIKit.h>",
22     "#import <Foundation/Foundation.h>"
23   ],
24   "default_subspecs": "Core",
25   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Pod/Classes/Core/**/*.{h,m}",
30       "public_header_files": "Pod/Classes/Core/**/*.{h}",
31       "frameworks": [
32         "UIKit",
33         "Foundation"
34       ],
35       "dependencies": {
36         "AFNetworking": [
38         ],
39         "JSONModel": [
41         ]
42       }
43     },
44     {
45       "name": "Plugins",
46       "source_files": "Pod/Classes/Plugins/**/*.{h,m}",
47       "public_header_files": "Pod/Classes/Plugins/**/*.{h}",
48       "frameworks": [
49         "UIKit",
50         "Foundation"
51       ]
52     },
53     {
54       "name": "Caches",
55       "source_files": "Pod/Classes/Caches/**/*.{h,m}",
56       "public_header_files": "Pod/Classes/Caches/**/*.{h}",
57       "frameworks": [
58         "UIKit",
59         "Foundation"
60       ]
61     },
62     {
63       "name": "Refresh",
64       "source_files": "Pod/Classes/Refresh/**/*.{h,m}",
65       "public_header_files": "Pod/Classes/Refresh/**/*.{h}",
66       "frameworks": [
67         "UIKit",
68         "Foundation"
69       ],
70       "dependencies": {
71         "MJRefresh": [
73         ]
74       }
75     },
76     {
77       "name": "HUD",
78       "source_files": "Pod/Classes/HUD/**/*.{h,m}",
79       "public_header_files": "Pod/Classes/HUD/**/*.{h}",
80       "frameworks": [
81         "UIKit",
82         "Foundation"
83       ],
84       "dependencies": {
85         "MBProgressHUD": [
87         ]
88       }
89     },
90     {
91       "name": "Validator",
92       "source_files": "Pod/Classes/Validator/**/*.{h,m}",
93       "public_header_files": "Pod/Classes/Validator/**/*.{h}",
94       "frameworks": [
95         "UIKit",
96         "Foundation"
97       ]
98     }
99   ]