[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / d / 0 / XCECollectionView / 1.1.6 / XCECollectionView.podspec.json
blob19cf1c57698ff725cda8d3d6803d0f5df6d6f629
2   "name": "XCECollectionView",
3   "summary": "UICollectionView wrapped in a container with dedicated (customizable) views for \"Empty\" and \"Failure\" states.",
4   "version": "1.1.6",
5   "homepage": "https://XCEssentials.github.io/CollectionView",
6   "source": {
7     "git": "https://github.com/XCEssentials/CollectionView.git",
8     "tag": "1.1.6"
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   ]