[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / b / f / JKKit / 1.0.6 / JKKit.podspec.json
blob43f994e12ad09dba2157517d9dd32c447119ccb2
2   "name": "JKKit",
3   "version": "1.0.6",
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.6"
15   },
16   "frameworks": [
17     "UIKit",
18     "Foundation"
19   ],
20   "prefix_header_contents": [
21     "#import <UIKit/UIKit.h>",
22     "#import <Foundation/Foundation.h>"
23   ],
24   "source_files": "Pod/Classes/*.{h,m}",
25   "public_header_files": "Pod/Classes/*.{h}",
26   "default_subspecs": "Core",
27   "deprecated": true,
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Pod/Classes/Core/**/*.{h,m}",
32       "public_header_files": "Pod/Classes/Core/**/*.{h}",
33       "frameworks": [
34         "UIKit",
35         "Foundation"
36       ],
37       "dependencies": {
38         "AFNetworking": [
40         ],
41         "JSONModel": [
43         ]
44       },
45       "user_target_xcconfig": {
46         "GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_CORE=1"
47       }
48     },
49     {
50       "name": "Plugins",
51       "source_files": "Pod/Classes/Plugins/**/*.{h,m}",
52       "public_header_files": "Pod/Classes/Plugins/**/*.{h}",
53       "frameworks": [
54         "UIKit",
55         "Foundation"
56       ],
57       "user_target_xcconfig": {
58         "GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_PLUGINS=1"
59       }
60     },
61     {
62       "name": "Caches",
63       "source_files": "Pod/Classes/Caches/**/*.{h,m}",
64       "public_header_files": "Pod/Classes/Caches/**/*.{h}",
65       "frameworks": [
66         "UIKit",
67         "Foundation"
68       ],
69       "user_target_xcconfig": {
70         "GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_CACHES=1"
71       }
72     },
73     {
74       "name": "Refresh",
75       "source_files": "Pod/Classes/Refresh/**/*.{h,m}",
76       "public_header_files": "Pod/Classes/Refresh/**/*.{h}",
77       "frameworks": [
78         "UIKit",
79         "Foundation"
80       ],
81       "dependencies": {
82         "MJRefresh": [
84         ]
85       },
86       "user_target_xcconfig": {
87         "GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_REFRESH=1"
88       }
89     },
90     {
91       "name": "HUD",
92       "source_files": "Pod/Classes/HUD/**/*.{h,m}",
93       "public_header_files": "Pod/Classes/HUD/**/*.{h}",
94       "frameworks": [
95         "UIKit",
96         "Foundation"
97       ],
98       "dependencies": {
99         "MBProgressHUD": [
101         ]
102       },
103       "user_target_xcconfig": {
104         "GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_HUD=1"
105       }
106     },
107     {
108       "name": "Validator",
109       "source_files": "Pod/Classes/Validator/**/*.{h,m}",
110       "public_header_files": "Pod/Classes/Validator/**/*.{h}",
111       "frameworks": [
112         "UIKit",
113         "Foundation"
114       ],
115       "user_target_xcconfig": {
116         "GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_VALIDATOR=1"
117       }
118     },
119     {
120       "name": "Security",
121       "source_files": "Pod/Classes/Security/**/*.{h,m}",
122       "public_header_files": "Pod/Classes/Security/**/*.{h}",
123       "frameworks": [
124         "UIKit",
125         "Foundation"
126       ],
127       "user_target_xcconfig": {
128         "GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_SECURITY=1"
129       }
130     }
131   ]