blob: 55c62d342544f08c3c633b1c71a5ea39f2073b55 [file] [log] [blame]
{
"name": "XZUtils",
"version": "0.0.1",
"summary": "Common utils for ios",
"description": "improve efficiency for ios develop",
"homepage": "https://github.com/codeLockers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeLocker": "codeLockers@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/codeLockers/XZUtils.git",
"tag": "0.0.1"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Category",
"source_files": "XZUtils/XZUtils/Category/*.{h,m,mm,c}",
"public_header_files": "XZUtils/XZUtils/Category/*.h"
}
]
}