blob: 5628c8eaa9317bd04de0981105ff0c00c664a98a [file] [log] [blame]
{
"name": "MZFastSortIndex",
"version": "0.1.1",
"summary": "Performant and powerful sort index building for Cocoa collections",
"description": "MZFastSortIndex provides performant and powerful sort index building for Cocoa collections.",
"homepage": "https://github.com/moshozen/MZFastSortIndex",
"license": "MIT",
"authors": {
"Mat Trudel": "mat@geeky.net"
},
"source": {
"git": "https://github.com/moshozen/MZFastSortIndex.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MZFastSortIndex": [
"Pod/Assets/*.png"
]
}
}