blob: 5013b2345456618033db6be9823923381d170e8e [file] [log] [blame]
{
"name": "ZJ_Category_IOS",
"version": "0.0.4",
"summary": "ZJ_Category_IOS",
"description": "自己常用的UIKit和Foundation的一些方法",
"homepage": "https://github.com/zhangjiang1203/iOS_Category",
"license": {
"type": "Copyright",
"file": "Copyright Zhangjiang"
},
"authors": {
"zhangjiang": "896884553@q.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhangjiang1203/iOS_Category.git",
"tag": "0.0.4"
},
"source_files": [
"Classes",
"**/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}