blob: b19b269d8a15d6b0fefb54db79ac3f9b385b0e08 [file] [log] [blame]
{
"name": "CCToolKit",
"version": "0.0.5",
"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.5"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony"
],
"source_files": "CCToolKit/CCToolKit.h",
"public_header_files": "CCToolKit/CCToolKit.h",
"subspecs": [
{
"name": "CCSoftwareInfo",
"source_files": "CCToolKit/CCSoftwareInfo/*.{h,m}"
},
{
"name": "CCCategory",
"source_files": "CCToolKit/CCCategory/*.{h,m}"
},
{
"name": "CCStorage",
"source_files": "CCToolKit/CCStorage/*.{h,m}"
}
]
}