blob: 9821e21a0884d78a09e9fe44db85918350c1c4f8 [file] [log] [blame]
{
"name": "JamKit",
"version": "1.0.1",
"summary": "An useful iOS summary of frameworks.",
"homepage": "https://github.com/ClownStudio/JamKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张文洁": "50493215@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ClownStudio/JamKit.git",
"tag": "1.0.1"
},
"public_header_files": "JamKit/JamKit.h",
"source_files": "JamKit/JamKit.h",
"frameworks": [
"WebKit",
"UIKit",
"Foundation"
],
"requires_arc": true,
"prefix_header_contents": "",
"subspecs": [
{
"name": "JamConstant",
"source_files": "JamKit/YJConstant/YJConstant.h",
"public_header_files": "JamKit/YJConstant/YJConstant.h"
},
{
"name": "JamJSONKit",
"source_files": "JamKit/YJJsonKit/YJJsonKit.{h,m}",
"public_header_files": "JamKit/YJJsonKit/YJJsonKit.h"
},
{
"name": "JamWebKit",
"source_files": "JamKit/YJWebKit/{YJWebKit,YJURLProtocol,WeakScriptMessageDelegate,NSURLProtocol+YJWebView}.{h,m}",
"public_header_files": "JamKit/YJWebKit/{YJWebKit,YJURLProtocol,WeakScriptMessageDelegate,NSURLProtocol+YJWebView}.h"
},
{
"name": "JamHttpService",
"source_files": "JamKit/YJHttpRequest/YJHttpRequest.{h,m}",
"public_header_files": "JamKit/YJHttpRequest/YJHttpRequest.h",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"JamKit/JamJSONKit": [
],
"JamKit/JamConstant": [
]
}
}
]
}