blob: 2fe9186d27a61ae42bb829fed59df1e38ad37dd7 [file] [log] [blame]
{
"name": "TSCategory",
"version": "0.0.2",
"summary": "all kinds of categories for iOS develop",
"description": "this project provide all kinds of categories for iOS developer",
"homepage": "https://github.com/TonyShng/TSCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TonyShng": "wangzhe92824@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/TonyShng/TSCategory.git",
"tag": "0.0.2"
},
"source_files": [
"TSCategory",
"TSCategory/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": [
"TSCategory/UIKit/TS_UICategories.h",
"TSCategory/**/*.h"
],
"requires_arc": true
}