blob: 22137593ce47d32de32ab0cbcd323f09be7a309a [file] [log] [blame]
{
"name": "OpenCartKit",
"version": "0.1.0",
"summary": "an simplicity iOS SDK OpenCartKit use to develop iOS app for ecommerce platform OpenCart",
"description": " OpenCartKit can use to develop iOS app for Opencart platform, this is Objective C version\n",
"homepage": "https://github.com/iXCart/OpenCartKit",
"license": "GNU General Public License version 3 (GPLv3)",
"authors": {
"RobinCheung": "iRobinCheung@hotmail.com"
},
"source": {
"git": "https://github.com/iXCart/OpenCartKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"OpenCartKit/**/*",
"Vendor/**/*"
],
"public_header_files": [
"OpenCartKit/*.h",
"OpenCartKit/**/*.h"
],
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
]
},
"subspecs": [
{
"name": "Vendor",
"platforms": {
"ios": "7.0"
},
"ios": {
"public_header_files": [
"Vendor/*.h",
"Vendor/**/*.h",
"Vendor/**/**/*.h"
],
"source_files": "Vendor/**/*"
}
}
]
}