blob: 25545e93dd7ca6cc5aedc3cf59d66dac301d2232 [file] [log] [blame]
{
"name": "JCPublicKit-Objc",
"version": "0.1.1",
"summary": "Customed common tools for iOS.",
"description": "Customed common tools for iOS, with Objective-C.",
"homepage": "https://gitee.com/Lorange/JCPublicKit-Objc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JasonChengzi": "3923240@qq.com"
},
"source": {
"git": "https://gitee.com/Lorange/JCPublicKit-Objc",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Categories",
"source_files": "JCPublicKit-Objc/Classes/Category/**/*"
},
{
"name": "Utils",
"source_files": "JCPublicKit-Objc/Classes/Utils/**/*"
}
]
}