blob: e9aec326f5ffe887b6a91c004fa53881e695ade9 [file] [log] [blame]
{
"name": "INTUGroupedArray",
"version": "1.1.0",
"homepage": "https://github.com/intuit/GroupedArray",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tyler Fox": "tyler_fox@intuit.com"
},
"source": {
"git": "https://github.com/intuit/GroupedArray.git",
"tag": "v1.1.0"
},
"source_files": "Source/INTUGroupedArray/**/*.{h,m}",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"requires_arc": true,
"summary": "An Objective-C and Swift collection for iOS and OS X that stores objects grouped into sections.",
"description": " INTUGroupedArray is an Objective-C data structure that takes the common one-dimensional array to the next dimension. The grouped array is designed with a familiar API to fit right in alongside Foundation collections like NSArray, with fully-featured immutable and mutable variants. A thin bridge brings the grouped array to Swift as native classes, where it harnesses the power, safety, and flexibility of generics, optionals, subscripts, literals, tuples, and much more.\n\n INTUGroupedArray is extremely versatile, and can replace complicated nested arrays or combinations of other data structures as a general purpose data storage mechanism. The grouped array is ideal to use as a UITableView data source, as it is highly compatible with the data source and delegate callbacks -- requiring only a single line of code in many cases. However, it is suitable for use across the entire stack of iOS and OS X applications.\n"
}