blob: 38a9705494f4115d5483173b516c481c14c2e7fc [file] [log] [blame]
{
"name": "MAZeroingWeakRef",
"version": "1.0",
"summary": "Zeroing weak references for retain/release Objective-C.",
"homepage": "https://github.com/mikeash/MAZeroingWeakRef",
"license": "BSD",
"authors": {
"Mike Ash": "mike@mikeash.com"
},
"source": {
"git": "https://github.com/mikeash/MAZeroingWeakRef.git",
"tag": "1.0"
},
"platforms": {
"ios": "4.0",
"osx": "10.5"
},
"source_files": "Source/MA*.{h,m}",
"exclude_files": "Source/main.m",
"private_header_files": "Source/MAZeroingWeakRefNativeZWRNotAllowedTable.h",
"requires_arc": false
}