blob: 3ba88f39390c1d3a3f5c09e7a632b1c8b3dd077c [file] [log] [blame]
{
"name": "AListViewController",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/arnauddorgans",
"requires_arc": true,
"default_subspecs": "Base",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"pushed_with_swift_version": "3.0",
"deprecated": true,
"subspecs": [
{
"name": "Base",
"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"
}
}
]
}