blob: 55c98b1f9573a3fb3783ade46f2afccaf9e76cc4 [file] [log] [blame]
{
"name": "MTFramework",
"version": "0.1.1",
"summary": "MTFramwork is a set of coding tools and coding style.",
"description": "MTFramwork is a set of coding tools and coding style.",
"homepage": "https://github.com/Secrimart/MTFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Secrimart": "secrimart@aliyun.com"
},
"source": {
"git": "https://github.com/Secrimart/MTFramework.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MTFramework/Classes/MTFramework.h",
"public_header_files": "MTFramework/Classes/MTFramework.h",
"subspecs": [
{
"name": "Category",
"subspecs": [
{
"name": "Hook",
"source_files": "MTFramework/Classes/Category/Hook/*.*",
"public_header_files": "MTFramework/Classes/Category/Hook/*.h",
"dependencies": {
"JRSwizzle": [
"~> 1.0.0"
]
}
},
{
"name": "SafeAccess",
"source_files": "MTFramework/Classes/Category/SafeAccess/*.*",
"public_header_files": "MTFramework/Classes/Category/SafeAccess/*.h"
},
{
"name": "Tools",
"source_files": "MTFramework/Classes/Category/Tools/*.*",
"public_header_files": "MTFramework/Classes/Category/Tools/*.h",
"dependencies": {
"JRSwizzle": [
"~> 1.0.0"
]
}
}
]
},
{
"name": "CoreData",
"source_files": "MTFramework/Classes/CoreData/*.*",
"public_header_files": "MTFramework/Classes/CoreData/*.h",
"dependencies": {
"JRSwizzle": [
"~> 1.0.0"
],
"MTFramework/Category/Hook": [
"~> 0.1"
]
}
},
{
"name": "JSONKit",
"source_files": "MTFramework/Classes/JSONKit/*.*",
"public_header_files": "MTFramework/Classes/JSONKit/*.h"
}
]
}