blob: 37db0beb7a65217b06966934ecb108325016f403 [file] [log] [blame]
{
"name": "JLFramework",
"version": "0.1.2",
"summary": "JLFramwork is a set of coding tools and coding style.",
"homepage": "https://github.com/JasonRSTX/JLFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JasonRSTX": "rstx_reg@aliyun.com"
},
"source": {
"git": "https://github.com/JasonRSTX/JLFramework.git",
"tag": "0.1.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "JLFramework/Classes/JLFramework.h",
"public_header_files": "JLFramework/Classes/JLFramework.h",
"subspecs": [
{
"name": "Category",
"subspecs": [
{
"name": "Hook",
"source_files": "JLFramework/Classes/Category/Hook/*.*",
"public_header_files": "JLFramework/Classes/Category/Hook/*.h",
"dependencies": {
"JRSwizzle": [
"~> 1.0.0"
]
}
},
{
"name": "SafeAccess",
"source_files": "JLFramework/Classes/Category/SafeAccess/*.*",
"public_header_files": "JLFramework/Classes/Category/SafeAccess/*.h"
},
{
"name": "Tools",
"source_files": "JLFramework/Classes/Category/Tools/*.*",
"public_header_files": "JLFramework/Classes/Category/Tools/*.h",
"dependencies": {
"JRSwizzle": [
"~> 1.0.0"
]
}
}
]
},
{
"name": "CoreData",
"source_files": "JLFramework/Classes/CoreData/*.*",
"public_header_files": "JLFramework/Classes/CoreData/*.h",
"dependencies": {
"JRSwizzle": [
"~> 1.0.0"
]
}
},
{
"name": "JSONKit",
"source_files": "JLFramework/Classes/JSONKit/*.*",
"public_header_files": "JLFramework/Classes/JSONKit/*.h"
}
]
}