blob: 04aebfb23a032d2dfeef33654b0c3c7122c26bc0 [file] [log] [blame]
{
"name": "CBISDK",
"version": "1.1.0",
"summary": "CBISDK is Core functions connected with CBI Platform.",
"description": "CBISDK that help user connect CBI Platform APIs, parse JSON data to Object, encode request.",
"homepage": "https://www.cbidigital.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lucasluu": "lucasluu@cbidigital.com"
},
"source": {
"git": "https://git.chidoanh.com/lucluu/CBISDK.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"source_files": "CBISDK/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Alamofire": [
"4.7.3"
],
"ObjectMapper": [
"3.4.1"
]
},
"swift_version": "4.2"
}