blob: 61d3e37fb9d54f3cb58c211d88eb3d93d3831d52 [file] [log] [blame]
{
"name": "NSArray+Size",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/mergesort/NSArray-Size",
"authors": {
"Joe Fabisevich": "github@fabisevi.ch"
},
"summary": "Create and check whether NSArrays are of a certain size. Great for datasources and forms.",
"source": {
"git": "https://github.com/mergesort/NSArray-Size.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"social_media_url": "https://twitter.com/mergesort",
"platforms": {
"ios": "5.0"
}
}