blob: 0d92b12ed5bec31c0c58553664d8780731a6da6e [file] [log] [blame]
{
"name": "CollectionUtils-AFNetworking-1.3",
"version": "1.0.0",
"summary": "CollectionUtils additions for AFNetworking 1.3.x.",
"description": " Subclasses of NSArray and NSDictionary to recursively remove all NSNull values automatically with little performance penalty.\n It is useful for JSON returned from web services.\n",
"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.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Classes/Compact/AFNetworking/1.3/*.{h,m}",
"dependencies": {
"CollectionUtils": [
],
"AFNetworking": [
"~> 1.3.3"
]
}
}