[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 9 / 2 / a / ComponentModuleB / 1.0.4 / ComponentModuleB.podspec.json
blob2166c474ab2e0bed5e0d339df29a93874264990e
2   "name": "ComponentModuleB",
3   "version": "1.0.4",
4   "summary": "这是业务模块A 组件",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/LeoSsy",
7   "license": "MIT",
8   "authors": {
9     "jack": "781739973@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/LeoSsy/ComponentModuleB.git",
13     "tag": "1.0.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "BLSettingCell": [
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "Controller",
27       "source_files": "ComponentModuleB/Controller/*.{h,m}"
28     },
29     {
30       "name": "Target",
31       "source_files": "ComponentModuleB/Target/*.{h,m}",
32       "dependencies": {
33         "ComponentModuleB/Controller": [
35         ]
36       }
37     }
38   ]