blob: ff386c402ca2aecff2a29bf7a4cf1e3652e3cf4e [file] [log] [blame]
{
"name": "CollectionUtils",
"version": "1.0.2",
"summary": "Subclasses of NSArray and NSDictionary to recursively all remove NSNull values with little performance penalty.",
"description": "Subclasses of NSArray and NSDictionary to recursively remove all NSNull values automatically with little performance penalty.\nIt is useful for JSON returned from web services.",
"homepage": "https://github.com/kishikawakatsumi/CollectionUtils",
"social_media_url": "https://twitter.com/k_katsumi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kishikawa katsumi": "kishikawakatsumi@mac.com"
},
"source": {
"git": "https://github.com/kishikawakatsumi/CollectionUtils.git",
"tag": "v1.0.2"
},
"platforms": {
"ios": "4.3",
"osx": "10.6",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"subspecs": [
{
"name": "Compact",
"requires_arc": true,
"source_files": "Classes/Compact/*.{h,m}"
}
]
}