blob: bfca5e6a2f784a678d272bdb29a5b967d7ebf387 [file] [log] [blame]
{
"name": "CCToolKit",
"version": "0.1.0",
"summary": "Custom Category used on iOS.",
"description": "Custom Category used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/lgc107/CCToolKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Harry_L": "15645969688@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lgc107/CCToolKit.git",
"tag": "0.1.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony"
],
"source_files": "CCToolKit/CCToolKit.h",
"public_header_files": "CCToolKit/CCToolKit.h",
"subspecs": [
{
"name": "CCXMLParser",
"source_files": "CCToolKit/CCXMLParser/*.{h,m}",
"public_header_files": "CCToolKit/CCXMLParser/*.h"
},
{
"name": "CCSoftwareInfo",
"source_files": "CCToolKit/CCSoftwareInfo/*.{h,m}"
},
{
"name": "CCCategory",
"source_files": "CCToolKit/CCCategory/CCCategory.h",
"public_header_files": "CCToolKit/CCCategory/CCCategory.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "CCToolKit/CCCategory/Foundation+Utilities/*.{h,m}",
"dependencies": {
"CCToolKit/CCXMLParser": [
]
}
},
{
"name": "UIKit",
"source_files": "CCToolKit/CCCategory/UIKit+Utilities/*.{h,m}"
}
]
},
{
"name": "CCStorage",
"source_files": "CCToolKit/CCStorage/*.{h,m}"
}
]
}