blob: 1ba6fe9fa8bcb46d17832c42fd365d9ee77f9cc6 [file] [log] [blame]
{
"name": "XYKit",
"version": "1.2.0",
"summary": "The package of useful tools, include categories and classes",
"homepage": "https://github.com/xingyong723/XYKit.git",
"license": "MIT",
"authors": {
"tangjr": "xingyong723@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xingyong723/XYKit.git",
"tag": "1.2.0"
},
"source_files": [
"NSString_Category",
"XYKit/NSString_Category/**/*.{h,m}"
],
"public_header_files": "XYKit/NSString_Category/**/*.h",
"requires_arc": true
}