blob: db2338a841fc447f450f91ddb522c0ef916d218c [file] [log] [blame]
{
"name": "MMWeakValue",
"version": "0.1.0",
"summary": "MMWeakValue. A small wrapper that has a weak reference to objects you don't want to retain strongly.",
"description": " MMWeakValue. A small wrapper that has a weak reference to objects you don't want to retain strongly. This is good for having a weak references in collections.\n",
"homepage": "https://github.com/mcmurrym/MMWeakValue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matt": "mattmcmurry@gmail.com"
},
"social_media_url": "http://twitter.com/mcmurrym",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/mcmurrym/MMWeakValue.git",
"tag": "0.1.0"
},
"source_files": [
"classes",
"classes/**/*.{h,m}"
],
"public_header_files": "classes/**/*.h",
"requires_arc": true
}