blob: bdd6de1ccce4b1b80c57d6a42007bd60f2084277 [file] [log] [blame]
{
"name": "SwiftSortedList",
"version": "0.1.4",
"summary": "A sorted list implementation for Swift.",
"description": "A sorted list implementation for Swift. See the README for more info.",
"homepage": "https://github.com/bemindinteractive/SwiftSortedList",
"license": "MIT",
"authors": {
"Alessandro Miliucci": "lifeisfoo@gmail.com"
},
"source": {
"git": "https://github.com/bemindinteractive/SwiftSortedList.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftSortedList/Classes/**/*",
"resource_bundles": {
"SwiftSortedList": [
"SwiftSortedList/Assets/*.png"
]
}
}