[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 2 / d / cnptools / 1.0.7 / cnptools.podspec.json
blobfc02acf6709a3066b0077330ce9aa964b1ef2dd1
2   "name": "cnptools",
3   "version": "1.0.7",
4   "summary": "ios_caonaipeng_Fast development",
5   "homepage": "https://coding.net/u/naipeng_cao/p/cnptools/git",
6   "license": {
7     "type": "MIT",
8     "file": "FILE_LICENSE"
9   },
10   "authors": {
11     "ios_cnp": "naipeng_cao@163.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://git.coding.net/naipeng_cao/cnptools.git",
18     "tag": "1.0.7"
19   },
20   "resources": "cnptools/ImageSources/*.{png,xib,nib,bundle}",
21   "source_files": "cnptools/cnpheader.h",
22   "public_header_files": "cnptools/cnpheader.h",
23   "requires_arc": true,
24   "frameworks": "UIKit",
25   "xcconfig": {
26     "USER_HEADER_SEARCH_PATHS": "$(SRCROOT)"
27   },
28   "subspecs": [
29     {
30       "name": "HudManager",
31       "source_files": "cnptools/*.{h,m}",
32       "dependencies": {
33         "MBProgressHUD": [
34           "~> 1.1.0"
35         ]
36       }
37     },
38     {
39       "name": "AFNManger",
40       "source_files": "cnptools/*.{h,m}",
41       "dependencies": {
42         "AFNetworking": [
43           "~>3.2.0"
44         ]
45       }
46     },
47     {
48       "name": "Tools",
49       "source_files": "cnptools/*.{h,m}"
50     },
51     {
52       "name": "BaseView",
53       "source_files": "cnptools/*.{h,m}"
54     }
55   ]