blob: 83a601c53b859d32c5829a0b354e42255730051f [file] [log] [blame]
{
"name": "WooOS",
"version": "0.1.10",
"summary": "Cross-platform Swift SDK for WooCommerce",
"homepage": "https://github.com/bornbrie/WooOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brianna Lee": "bornbrie@icloud.com"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.4",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.11"
},
"requires_arc": true,
"source": {
"git": "https://github.com/bornbrie/WooOS.git",
"tag": "v0.1.10",
"submodules": true
},
"source_files": "WooOS/**/*.{h,swift}",
"dependencies": {
"Alamofire": [
"~> 4.6"
],
"ObjectMapper": [
"~> 3.0"
],
"Locksmith": [
]
}
}