blob: ada0e84cfdf6bfb2b0594ecefbd4a39698c5a1c2 [file] [log] [blame]
{
"name": "CollectionUtils-AFNetworking",
"version": "1.0.2",
"summary": "CollectionUtils additions for AFNetworking.",
"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": "6.0",
"osx": "10.8",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Classes/Compact/AFNetworking/*.{h,m}",
"dependencies": {
"CollectionUtils": [
],
"AFNetworking": [
"~> 2.0"
]
}
}