[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 1 / AListViewController / 0.1.1 / AListViewController.podspec.json
blob3ba88f39390c1d3a3f5c09e7a632b1c8b3dd077c
2   "name": "AListViewController",
3   "version": "0.1.1",
4   "summary": "Elegant UITableViewController/UICollectionViewController in Swift.",
5   "homepage": "https://github.com/Arnoymous/AListViewController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Arnaud Dorgans": "arnaud.dorgans@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Arnoymous/AListViewController.git",
15     "tag": "0.1.1"
16   },
17   "social_media_url": "https://twitter.com/arnauddorgans",
18   "requires_arc": true,
19   "default_subspecs": "Base",
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.0"
23   },
24   "pushed_with_swift_version": "3.0",
25   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "Base",
29       "source_files": "AListViewController/Classes/**/*"
30     },
31     {
32       "name": "PullToRefresh",
33       "platforms": {
34         "ios": "8.0"
35       },
36       "dependencies": {
37         "ESPullToRefresh": [
38           "~> 2.6"
39         ]
40       },
41       "xcconfig": {
42         "OTHER_SWIFT_FLAGS": "$(inherited) -DALISTVIEWCONTROLLER_PULL"
43       }
44     },
45     {
46       "name": "InfiniteScrolling",
47       "platforms": {
48         "ios": "8.0"
49       },
50       "dependencies": {
51         "ESPullToRefresh": [
52           "~> 2.6"
53         ]
54       },
55       "xcconfig": {
56         "OTHER_SWIFT_FLAGS": "$(inherited) -DALISTVIEWCONTROLLER_INFINITESCROLLING"
57       }
58     }
59   ]