blob: 307ec7e6611ba1c5bddf93065d0e9905df4d8ff8 [file] [log] [blame]
{
"name": "SwiftSortedList",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftSortedList/Classes/**/*",
"resource_bundles": {
"SwiftSortedList": [
"SwiftSortedList/Assets/*.png"
]
}
}