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