blob: fb81586cee73b2ff489cd1a651599f3424a71438 [file] [log] [blame]
{
"name": "cnptools",
"version": "1.0.8",
"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.8"
},
"resources": "cnptools/ImageSources/*.{png,xib,nib,bundle}",
"source_files": "cnptools/cnpheader.h",
"public_header_files": "cnptools/cnpheader.h",
"requires_arc": true,
"frameworks": "UIKit",
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(SRCROOT)"
},
"subspecs": [
{
"name": "HudManager",
"source_files": "cnptools/*.{h,m}",
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
},
{
"name": "AFNManger",
"source_files": "cnptools/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~>3.2.0"
]
}
},
{
"name": "Tools",
"source_files": "cnptools/*.{h,m}"
},
{
"name": "BaseView",
"source_files": "cnptools/*.{h,m}"
},
{
"name": "BaseBarPage",
"source_files": "cnptools/*.{h,m}"
},
{
"name": "RefreshManger",
"source_files": "cnptools/*.{h,m}"
}
]
}