blob: 1e8456b5106c52e8ca05bf6f771aa05b988a5465 [file] [log] [blame]
{
"name": "CBISDK",
"version": "0.1.2",
"summary": "CBISDK help developer connect to CBI Platform over APIs. Parsing object data.",
"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": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "CBISDK/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Alamofire": [
"4.7.3"
],
"ObjectMapper": [
"3.4.1"
]
}
}