blob: a3f8de664fbb01227d7ace877f05886f9ef1a3fa [file] [log] [blame]
{
"name": "RKCommonLibrary",
"version": "0.1.2",
"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.1"
},
"source": {
"git": "https://github.com/DaskiOFF/RKCommonLibrary.git",
"tag": "0.1.2"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"public_header_files": "Classes/RKCL.h",
"frameworks": "Foundation",
"requires_arc": true
}