blob: 3a2f79ca762e409983613c56a95ec8834d9c1f6b [file] [log] [blame]
{
"name": "AutoProperty",
"version": "1.0.0",
"authors": {
"Piotr Perzanowski": "p.m.perzanowski@gmail.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"homepage": "https://github.com/pegan/AutoPropertyInit",
"summary": "AutoPropertyInit is an NSObject category that simplifies the process of initialize properties that are subclasses of NSObject.",
"source": {
"git": "https://github.com/pegan/AutoPropertyInit.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "AutoProperty/*.{h,m}",
"platforms": {
"ios": "5.0",
"osx": "10.6"
}
}