blob: 3831f2a09c25bcf74f7107ce278949cc6d7a9bb0 [file] [log] [blame]
{
"name": "NSObjectProperties",
"version": "0.0.1",
"summary": "Expansion of AQToolkit's NSObject+Properties category",
"description": "\t\t Added methods \"classForPropertyNamed\" and \"namesForPropertiesOfClass\" to AQToolkit's NSObject+Properties category\n",
"homepage": "https://github.com/jcon5294/NSObjectProperties",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joseph Constan": "jcon5294@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/jcon5294/NSObjectProperties.git",
"tag": "0.0.1"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": false
}