[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / c / 9 / WLEmptyState / 1.0.1 / WLEmptyState.podspec.json
blobf6f1959def9c1716fdf4e62e9a22180127a72427
2   "name": "WLEmptyState",
3   "version": "1.0.1",
4   "summary": "Custom view for Empty states on tables",
5   "description": "A control to display a place holder in case there's no data on a UITableView",
6   "homepage": "https://github.com/wizeline/WLEmptyState",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lojals": "jorge.ovalle@wizeline.com"
13   },
14   "source": {
15     "git": "https://github.com/wizeline/WLEmptyState.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   },
24   "swift_version": "4.0",
25   "source_files": "WLEmptyState/Classes/**/*",
26   "resource_bundles": {
27     "WLEmptyState": [
28       "WLEmptyState/Assets/Assets.xcassets"
29     ]
30   }