[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 5 / 8 / LegacyComponents / 0.1.3 / LegacyComponents.podspec.json
blob35cbe7f3549a44591a9d2ea0ea3e44d7f4e8edeb
2   "name": "LegacyComponents",
3   "version": "0.1.3",
4   "summary": "Telegram LegacyComponents.",
5   "description": "LegacyComponents Transplanted from Telegram",
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.3"
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/*.png"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Utils",
31       "source_files": "LegacyComponents/Classes/Utils/*.{h,m,mm}"
32     },
33     {
34       "name": "BasicUIComponents",
35       "source_files": "LegacyComponents/Classes/BasicUIComponents/*.{h,m}",
36       "dependencies": {
37         "LegacyComponents/Utils": [
39         ]
40       }
41     },
42     {
43       "name": "EasyPlayer",
44       "source_files": "LegacyComponents/Classes/EasyPlayer/*.{h,m}"
45     }
46   ]