[Add] FastRoute 0.1.0
[CocoaPods.git] / Specs / a / 7 / 6 / DropmarkSDK / 0.1.1 / DropmarkSDK.podspec.json
blobf3108aac238aa587ff0c30c198f63e2d0173f1ab
2   "name": "DropmarkSDK",
3   "version": "0.1.1",
4   "summary": "Network and model controllers for Dropmark, written in Swift.",
5   "homepage": "https://github.com/dropmark/Swift-SDK",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Alex Givens": "alex@oakmade.com"
12   },
13   "source": {
14     "git": "https://github.com/dropmark/Swift-SDK.git",
15     "tag": "0.1.1"
16   },
17   "social_media_url": "https://twitter.com/oakstudios",
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.10",
22     "tvos": "11.0"
23   },
24   "source_files": "Source/**/*",
25   "dependencies": {
26     "Alamofire": [
27       "~> 4.7"
28     ],
29     "PromiseKit": [
30       "~> 6.0"
31     ],
32     "KeychainSwift": [
33       "~> 11.0"
34     ]
35   }