blob: 7e0ba5414669549de326df664b4319d793f02e56 [file] [log] [blame]
{
"name": "TSCategory",
"version": "0.0.1",
"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.1"
},
"source_files": [
"TSCategory",
"TSCategory/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}