blob: 12822aed19c0303abf6ab38789c30879ad2b430b [file] [log] [blame]
{
"name": "RKCommonLibrary",
"version": "0.1.10",
"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.10"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/*.{h, m}",
"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"
},
{
"name": "NSString",
"source_files": "Classes/NSString+RKNSStringCategory.{h,m}",
"public_header_files": "Classes/NSString+RKNSStringCategory.h",
"frameworks": "Foundation"
}
]
}