[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / 7 / BLPublic / 1.0.5 / BLPublic.podspec.json
blob306360ce953c490556d9bab4f4c5a96095d8ab60
2   "name": "BLPublic",
3   "version": "1.0.5",
4   "summary": "BLPublic. 1.0.5 卡片语音",
5   "description": "BLPublic description",
6   "homepage": "http://192.168.199.108/ios/project/biaoli/BLPublic",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xu": "252697349@qq.com"
13   },
14   "source": {
15     "git": "http://192.168.199.108/ios/project/biaoli/BLPublic.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "static_framework": true,
22   "dependencies": {
23     "Masonry": [
25     ]
26   },
27   "source_files": "BLPublic/Classes/BLPublicHeader.h",
28   "pod_target_xcconfig": {
29     "VALID_ARCHS": "x86_64 armv7 arm64",
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "subspecs": [
33     {
34       "name": "Category",
35       "source_files": "BLPublic/Classes/Category/*",
36       "dependencies": {
37         "MBProgressHUD": [
39         ],
40         "BLPublic/Config": [
42         ]
43       }
44     },
45     {
46       "name": "Config",
47       "source_files": "BLPublic/Classes/Config/*"
48     },
49     {
50       "name": "Tools",
51       "source_files": "BLPublic/Classes/Tools/*",
52       "dependencies": {
53         "BLPublic/Config": [
55         ],
56         "BLPublic/Category": [
58         ],
59         "MWVoiceConverter": [
61         ]
62       }
63     },
64     {
65       "name": "ModuleService",
66       "source_files": "BLPublic/Classes/ModuleService/*",
67       "dependencies": {
68         "BLPublic/Category": [
70         ],
71         "BLPublic/Config": [
73         ],
74         "BLPublic/Lib/TZImagePickerController": [
76         ],
77         "BLPublic/Lib/BLSupViews": [
79         ],
80         "SDWebImage": [
82         ]
83       }
84     },
85     {
86       "name": "Lib",
87       "subspecs": [
88         {
89           "name": "BLSupViews",
90           "source_files": "BLPublic/Classes/Lib/BLSupViews/**/*",
91           "dependencies": {
92             "BLPublic/Config": [
94             ],
95             "BLPublic/Category": [
97             ],
98             "SDWebImage": [
100             ]
101           }
102         },
103         {
104           "name": "MGSwipeTableCell",
105           "source_files": "BLPublic/Classes/Lib/MGSwipeTableCell/*"
106         },
107         {
108           "name": "RMLoaderDisplay",
109           "source_files": "BLPublic/Classes/Lib/RMLoaderDisplay/*"
110         },
111         {
112           "name": "TZImagePickerController",
113           "source_files": "BLPublic/Classes/Lib/TZImagePickerController/**/*.{h,m}",
114           "resources": "BLPublic/Classes/Lib/TZImagePickerController/**/*.{bundle,lic}",
115           "dependencies": {
116             "BLPublic/Config": [
118             ],
119             "BLPublic/Category": [
121             ]
122           }
123         },
124         {
125           "name": "ZZCircleProgress",
126           "source_files": "BLPublic/Classes/Lib/ZZCircleProgress/*"
127         }
128       ]
129     }
130   ]