[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / e / 6 / WooOS / 0.1.3 / WooOS.podspec.json
blobfbb4ff70614d470b65b3f44987e632995bfccc42
2   "name": "WooOS",
3   "version": "0.1.3",
4   "summary": "Cross-platform Swift SDK for WooCommerce",
5   "homepage": "https://github.com/bornbrie/WooOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Brianna Lee": "bornbrie@icloud.com"
12   },
13   "swift_version": "4.0",
14   "platforms": {
15     "ios": "8.4",
16     "watchos": "2.0",
17     "tvos": "9.0",
18     "osx": "10.11"
19   },
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/bornbrie/WooOS.git",
23     "tag": "v0.1.3",
24     "submodules": true
25   },
26   "source_files": "WooOS/**/*.{h,swift}",
27   "dependencies": {
28     "Alamofire": [
29       "~> 4.6"
30     ],
31     "ObjectMapper": [
32       "~> 3.0"
33     ],
34     "Locksmith": [
36     ]
37   }