blob: 9391c28010c10fea4baf1478fb0ddf3dc1fd9938 [file] [log] [blame]
{
"name": "cnptools",
"version": "1.0.4",
"summary": "ios_caonaipeng_Fast development",
"homepage": "https://coding.net/u/naipeng_cao/p/cnptools/git",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"ios_cnp": "naipeng_cao@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://git.coding.net/naipeng_cao/cnptools.git",
"tag": "1.0.4"
},
"resources": "cnptools/ImageSources/*.{png,xib,nib,bundle}",
"source_files": "cnptools/cnpheader.h",
"public_header_files": "cnptools/cnpheader.h",
"requires_arc": true,
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(SRCROOT)"
},
"subspecs": [
{
"name": "Manager",
"source_files": "cnptools/Manager/*.{h,m}",
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
}
]
}