blob: 5df45ec0d93bac6aedcba1deb9beea3ca7f2bdf2 [file] [log] [blame]
{
"name": "WooOS",
"version": "0.0.1",
"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.0.1",
"submodules": true
},
"source_files": "WooOS/**/*.{h,swift}",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"ObjectMapper": [
"~> 3.2"
],
"Locksmith": [
]
}
}