blob: 54f76aca4ed600f21c7e87aa086abe7864febe22 [file] [log] [blame]
{
"name": "XZUtils",
"version": "0.1.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": "8.0"
},
"source": {
"git": "https://github.com/codeLockers/XZUtils.git",
"tag": "0.1.1"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Category",
"source_files": "XZUtils/XZUtils/Category/*.{h,m,mm,c}"
},
{
"name": "Macros",
"source_files": "XZUtils/XZUtils/Macros/*.{h,m,mm,c}"
},
{
"name": "Manager",
"source_files": "XZUtils/XZUtils/Manager/*.{h,m,mm,c}"
}
]
}