| { |
| "name": "WooOS", |
| "version": "0.1.8", |
| "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.8", |
| "submodules": true |
| }, |
| "source_files": "WooOS/**/*.{h,swift}", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.6" |
| ], |
| "ObjectMapper": [ |
| "~> 3.0" |
| ], |
| "Locksmith": [ |
| |
| ] |
| } |
| } |