[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / 5 / 1 / AListViewController / 0.1.0 / AListViewController.podspec.json
blob0b6ac3700bda7b1c3cd4e5f551f81cc89b389241
2   "name": "AListViewController",
3   "version": "0.1.0",
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.0"
16   },
17   "social_media_url": "https://twitter.com/arnauddorgans",
18   "requires_arc": true,
19   "default_subspecs": "Base",
20   "pushed_with_swift_version": "3.0",
21   "platforms": {
22     "osx": null,
23     "ios": null,
24     "tvos": null,
25     "watchos": null
26   },
27   "deprecated": true,
28   "subspecs": [
29     {
30       "name": "Base",
31       "platforms": {
32         "tvos": "9.0"
33       },
34       "source_files": "AListViewController/Classes/**/*"
35     },
36     {
37       "name": "PullToRefresh",
38       "platforms": {
39         "ios": "8.0"
40       },
41       "dependencies": {
42         "ESPullToRefresh": [
43           "~> 2.6"
44         ]
45       },
46       "xcconfig": {
47         "OTHER_SWIFT_FLAGS": "$(inherited) -DALISTVIEWCONTROLLER_PULL"
48       }
49     },
50     {
51       "name": "InfiniteScrolling",
52       "platforms": {
53         "ios": "8.0"
54       },
55       "dependencies": {
56         "ESPullToRefresh": [
57           "~> 2.6"
58         ]
59       },
60       "xcconfig": {
61         "OTHER_SWIFT_FLAGS": "$(inherited) -DALISTVIEWCONTROLLER_INFINITESCROLLING"
62       }
63     }
64   ]