blob: 0382a12411e929e626f72afc9d1b5c2a4acf7c38 [file] [log] [blame]
{
"name": "NSObjectProperties",
"version": "0.0.2",
"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.2"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": false
}