[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 9 / a / AnyListView / 0.1.0 / AnyListView.podspec.json
blobb740d20906a3a58e439500afafcc5bc5103d4381
2   "name": "AnyListView",
3   "version": "0.1.0",
4   "summary": "Some useful list extension for UITableView/UICollectionView",
5   "description": "Some useful list extension for UITableView/UICollectionView like reuse/refresh/placeholder.",
6   "homepage": "https://github.com/anotheren/AnyListView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "anotheren": "liudong.edward@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": [
18     "4.2",
19     "5.0",
20     "5.0"
21   ],
22   "default_subspecs": "Complete",
23   "source": {
24     "git": "https://github.com/anotheren/AnyListView.git",
25     "tag": "0.1.0"
26   },
27   "swift_version": "5.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "AnyListView/Source/Core/**/*.{h,swift}"
32     },
33     {
34       "name": "Reuse",
35       "source_files": "AnyListView/Source/Reuse/**/*.{h,swift}",
36       "dependencies": {
37         "AnyListView/Core": [
39         ]
40       }
41     },
42     {
43       "name": "Complete",
44       "dependencies": {
45         "AnyListView/Core": [
47         ],
48         "AnyListView/Reuse": [
50         ]
51       }
52     }
53   ]