[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / b / 6 / OrderCloudSwifty / 0.1.0 / OrderCloudSwifty.podspec.json
blobbe24bcde4eb8c7146d4ed3deddd6c707ba244f0a
2   "name": "OrderCloudSwifty",
3   "version": "0.1.0",
4   "summary": "Four51's OrderCloud iOS and OSX SDK",
5   "description": "OrderCloudSwifty is a Swift SDK for Four51's OrderCloud API. It runs on iOS and OSX.",
6   "homepage": "http://devcenter.ordercloud.io",
7   "license": "MIT",
8   "authors": {
9     "Ben Le Cam": "blecam@four51.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9",
14     "watchos": "2.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/feda12/OrderCloudSwifty.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "OrderCloudSwifty/**/*.swift",
22   "requires_arc": true,
23   "dependencies": {
24     "SwiftyJSON": [
25       "~> 2.3.0"
26     ],
27     "Alamofire": [
28       "~> 3.1.4"
29     ],
30     "EVReflection": [
31       "~> 2.32.0"
32     ]
33   }