[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / a / 5 / 8 / LegacyComponents / 0.1.8 / LegacyComponents.podspec.json
blob5bdcf28cc1063c5c01b3e6d4faddaee172593603
2   "name": "LegacyComponents",
3   "version": "0.1.8",
4   "summary": "Telegram LegacyComponents.",
5   "description": "LegacyComponents Transplanted from Telegram ,some components",
6   "homepage": "https://github.com/sherlockmm/LegacyComponents",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "1130128166@qq.com": "wangzhiming@tuyabeat.com"
13   },
14   "source": {
15     "git": "https://github.com/sherlockmm/LegacyComponents.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LegacyComponents/Classes/*",
22   "public_header_files": "LegacyComponents/Classes/LegacyComponents.h",
23   "resource_bundles": {
24     "LegacyComponents": [
25       "LegacyComponents/Assets/GlobalMusicPlayer/*.png"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "ENABLE_BITCODE": "NO"
30   },
31   "dependencies": {
32     "RGAuidoPlayer": [
33       "~> 0.1.4"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Utils",
39       "source_files": "LegacyComponents/Classes/Utils/*.{h,m,mm}"
40     },
41     {
42       "name": "BasicUIComponents",
43       "source_files": "LegacyComponents/Classes/BasicUIComponents/*.{h,m}",
44       "dependencies": {
45         "LegacyComponents/Utils": [
47         ]
48       }
49     },
50     {
51       "name": "EasyPlayer",
52       "source_files": "LegacyComponents/Classes/EasyPlayer/*.{h,m}"
53     },
54     {
55       "name": "MusicService",
56       "source_files": "LegacyComponents/Classes/MusicService/*.{h,m}",
57       "dependencies": {
58         "LegacyComponents/BasicUIComponents": [
60         ],
61         "LegacyComponents/Utils": [
63         ],
64         "LegacyComponents/EasyPlayer": [
66         ]
67       }
68     }
69   ]