[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 7 / b / f / JKKit / 1.0.0 / JKKit.podspec.json
blob1340fe9fd6b53f3702fcaa82ec556bd8b1abbb51
2   "name": "JKKit",
3   "version": "1.0.0",
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.0"
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   ]