blob: 0b6ac3700bda7b1c3cd4e5f551f81cc89b389241 [file] [log] [blame]
{
"name": "AListViewController",
"version": "0.1.0",
"summary": "Elegant UITableViewController/UICollectionViewController in Swift.",
"homepage": "https://github.com/Arnoymous/AListViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arnaud Dorgans": "arnaud.dorgans@gmail.com"
},
"source": {
"git": "https://github.com/Arnoymous/AListViewController.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/arnauddorgans",
"requires_arc": true,
"default_subspecs": "Base",
"pushed_with_swift_version": "3.0",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
},
"deprecated": true,
"subspecs": [
{
"name": "Base",
"platforms": {
"tvos": "9.0"
},
"source_files": "AListViewController/Classes/**/*"
},
{
"name": "PullToRefresh",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"ESPullToRefresh": [
"~> 2.6"
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DALISTVIEWCONTROLLER_PULL"
}
},
{
"name": "InfiniteScrolling",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"ESPullToRefresh": [
"~> 2.6"
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DALISTVIEWCONTROLLER_INFINITESCROLLING"
}
}
]
}