blob: d1193b7890c6b9deaa528d7a053c0375f2096b3d [file] [log] [blame]
{
"name": "ZCategory",
"version": "0.0.1",
"summary": "一些自己写的分类",
"description": "1. Foundation : Foundation的一些分类\n2. UIKit : UIKit的一些分类",
"homepage": "https://github.com/iOSzwj/HCategory",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"ioszwj": "hare27@foxmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/iOSzwj/HCategory.git",
"tag": "0.0.1"
},
"source_files": "Code/*.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "Code/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "Code/UIKit/*.{h,m}"
}
]
}