blob: 2f247edbd20d9d4c584d2d0097a5badf9181737d [file] [log] [blame]
{
"name": "NSMutableArray-Delegate",
"version": "0.0.2",
"summary": "NSMutableArray-Delegate is a category that adds patern Delegate for mutable array.",
"homepage": "https://github.com/nsleader/NSMutableArray-Delegate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Chirkov": "rumandevelop@gmail.com"
},
"social_media_url": "https://www.facebook.com/rumanwork",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/nsleader/NSMutableArray-Delegate.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"public_header_files": "Classes/*.h",
"frameworks": "Foundation",
"requires_arc": true
}