blob: b0e9fb28620efb50faf24a7e53baa47c10b6035f [file] [log] [blame]
{
"name": "ZJ_Category_IOS",
"version": "0.0.2",
"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.2"
},
"source_files": [
"Classes",
"**/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}