blob: 0a894c433e21842bd9a0c3c1785041c0bb7cc3de [file] [log] [blame]
{
"name": "RKCommonLibrary",
"version": "0.1.8",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Common Library for iOS Project.",
"homepage": "https://github.com/DaskiOFF/RKCommonLibrary",
"authors": {
"Roman Kotov": "waydeveloper@gmail.com"
},
"source": {
"git": "https://github.com/DaskiOFF/RKCommonLibrary.git",
"tag": "0.1.8"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/RKCL.h",
"public_header_files": "Classes/RKCL.h",
"frameworks": "Foundation",
"subspecs": [
{
"name": "UIView",
"source_files": "Classes/UIView+RKUIViewCategory.{h,m}",
"public_header_files": "Classes/UIView+RKUIViewCategory.h",
"frameworks": "Foundation"
}
]
}