[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / e / 1 / 9 / JamKit / 1.0.1 / JamKit.podspec.json
blob9821e21a0884d78a09e9fe44db85918350c1c4f8
2   "name": "JamKit",
3   "version": "1.0.1",
4   "summary": "An useful iOS summary of frameworks.",
5   "homepage": "https://github.com/ClownStudio/JamKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "张文洁": "50493215@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/ClownStudio/JamKit.git",
18     "tag": "1.0.1"
19   },
20   "public_header_files": "JamKit/JamKit.h",
21   "source_files": "JamKit/JamKit.h",
22   "frameworks": [
23     "WebKit",
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true,
28   "prefix_header_contents": "",
29   "subspecs": [
30     {
31       "name": "JamConstant",
32       "source_files": "JamKit/YJConstant/YJConstant.h",
33       "public_header_files": "JamKit/YJConstant/YJConstant.h"
34     },
35     {
36       "name": "JamJSONKit",
37       "source_files": "JamKit/YJJsonKit/YJJsonKit.{h,m}",
38       "public_header_files": "JamKit/YJJsonKit/YJJsonKit.h"
39     },
40     {
41       "name": "JamWebKit",
42       "source_files": "JamKit/YJWebKit/{YJWebKit,YJURLProtocol,WeakScriptMessageDelegate,NSURLProtocol+YJWebView}.{h,m}",
43       "public_header_files": "JamKit/YJWebKit/{YJWebKit,YJURLProtocol,WeakScriptMessageDelegate,NSURLProtocol+YJWebView}.h"
44     },
45     {
46       "name": "JamHttpService",
47       "source_files": "JamKit/YJHttpRequest/YJHttpRequest.{h,m}",
48       "public_header_files": "JamKit/YJHttpRequest/YJHttpRequest.h",
49       "dependencies": {
50         "AFNetworking": [
51           "~> 3.2.1"
52         ],
53         "JamKit/JamJSONKit": [
55         ],
56         "JamKit/JamConstant": [
58         ]
59       }
60     }
61   ]