[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / d / 0 / XCECollectionView / 1.2.0 / XCECollectionView.podspec.json
blob13564ace55843abad0f89192b957ca21a0e0a027
2   "name": "XCECollectionView",
3   "summary": "UICollectionView wrapped in a container with dedicated (customizable) views for \"Empty\" and \"Failure\" states.",
4   "version": "1.2.0",
5   "homepage": "https://XCEssentials.github.io/CollectionView",
6   "source": {
7     "git": "https://github.com/XCEssentials/CollectionView.git",
8     "tag": "1.2.0"
9   },
10   "requires_arc": true,
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Maxim Khatskevich": "maxim@khatskevi.ch"
17   },
18   "default_subspecs": "Core",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "ios": {
29         "source_files": "Sources/Core/**/*.swift"
30       }
31     },
32     {
33       "name": "WithData",
34       "ios": {
35         "source_files": "Sources/WithData/**/*.swift",
36         "dependencies": {
37           "XCECollectionView/Core": [
39           ],
40           "XCECollectionData": [
41             "~> 1.1.0"
42           ]
43         }
44       }
45     }
46   ]