blob: 21a60c848411bd834a326d0a93769a27e965f948 [file] [log] [blame]
{
"name": "CCToolKit",
"version": "0.0.8",
"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.0.8"
},
"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/*.{h,m}",
"dependencies": {
"CCToolKit/CCXMLParser": [
]
}
},
{
"name": "CCStorage",
"source_files": "CCToolKit/CCStorage/*.{h,m}"
}
]
}