blob: 907b31aea0a619cc1f4a027d7d57822c414acbf5 [file] [log] [blame]
{
"name": "iOSCategoryPropertyDynamicSupport",
"version": "0.0.1",
"summary": "自动生成分类属性的GET SET方法",
"homepage": "https://github.com/15038777234/iOSCategoryPropertyDynamicSupport",
"license": "MIT",
"authors": {
"15038777234": "君赏"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/15038777234/iOSCategoryPropertyDynamicSupport.git",
"tag": "0.0.1"
},
"source_files": [
"NSObject+nl_dynamicPropertySupport",
"NSObject+nl_dynamicPropertySupport/**/*.{h,m}"
],
"requires_arc": true
}