blob: 6d3b27dbaf9e7493694c78092f3a555c62cac56b [file] [log] [blame]
{
"name": "RKBaseClass",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Base category for mapping.",
"homepage": "https://github.com/DaskiOFF/RKBaseClass",
"authors": {
"Roman Kotov": "waydeveloper@gmail.com"
},
"source": {
"git": "https://github.com/DaskiOFF/RKBaseClass.git",
"tag": "0.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/NSObject+RKBaseClass.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": "Foundation"
}