blob: 98ed5a80f259a91e743754653cd8018951f2ed6b [file] [log] [blame]
{
"name": "CBIEngine",
"version": "0.1.0",
"summary": "CBIEngine is framework to connect with CBI Platform.",
"description": "CBIEngine that help user connect CBI Platform APIs, parse JSON data to Object and encode request.",
"homepage": "https://github.com/vielucasluu/CBIEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vielucasluu": "lucluu@chidoanh.com"
},
"source": {
"git": "https://github.com/vielucasluu/CBIEngine.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CBIEngine/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}