blob: 85f89aa74ff3bd51be98148322eeaadba8a9ec40 [file] [log] [blame]
{
"name": "XZUtils",
"version": "0.0.2",
"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.2"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Category",
"source_files": "XZUtils/XZUtils/Category/*.{h,m,mm,c}",
"public_header_files": "XZUtils/XZUtils/Category/*.h"
},
{
"name": "Macros",
"source_files": "XZUtils/XZUtils/Macros/*.{h,m,mm,c}",
"public_header_files": "XZUtils/XZUtils/Macros/*.h"
},
{
"name": "Manager",
"source_files": "XZUtils/XZUtils/Manager/*.{h,m,mm,c}",
"public_header_files": "XZUtils/XZUtils/Manager/*.h"
},
{
"name": "Utils",
"source_files": "XZUtils/XZUtils/Utils/*.{h,m,mm,c}",
"public_header_files": "XZUtils/XZUtils/Utils/*.h"
}
]
}