[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 0 / 1 / WarpSDK / 1.0.1 / WarpSDK.podspec.json
blob7c6bb6e7614508265a70516a4f2b6be1cc5c90f6
2   "name": "WarpSDK",
3   "version": "1.0.1",
4   "summary": "The Warp iOS SDK is a library designed to work with projects built on-top of the Warp Server.",
5   "homepage": "https://github.com/dividedbyzeroco/warp-server",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Zonily Jame Pesquera": "zonilyjame@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/kuyazee",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/kuyazee/WarpSDK-iOS.git",
20     "tag": "1.0.1"
21   },
22   "source_files": [
23     "WarpSDK",
24     "WarpSDK/**/*.{h,swift}"
25   ],
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.3"
29     ],
30     "EVReflection": [
31       "~> 4.2.0"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"