[Add] OctopusSDK 1.6.1.23
[CocoaPods.git] / Specs / 4 / 6 / a / IndoorwayKit / 2.0.0-beta3 / IndoorwayKit.podspec.json
blob3ab5fb991cd702ddab2c29f417ac088a549813d7
2   "name": "IndoorwayKit",
3   "version": "2.0.0-beta3",
4   "cocoapods_version": ">= 1.0.0",
5   "summary": "IndoorwayKit - find yourself indoors.",
6   "homepage": "https://indoorway.com",
7   "social_media_url": "https://twitter.com/indoorway",
8   "description": "Indoorway lets you find your way indoors. Check it out!",
9   "license": {
10     "type": "Custom",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Indoorway": "contact@indoorway.com"
15   },
16   "source": {
17     "git": "https://github.com/indoorway/SDKforiOS.git",
18     "tag": "2.0.0-beta3"
19   },
20   "platforms": {
21     "ios": "10.0"
22   },
23   "ios": {
24     "vendored_frameworks": "IndoorwayKit/IndoorwayKit.framework"
25   },
26   "frameworks": [
27     "CoreMotion",
28     "CoreBluetooth",
29     "Security",
30     "UIKit",
31     "CoreGraphics",
32     "CoreLocation"
33   ],
34   "pod_target_xcconfig": {
35     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/IndoorwayKit\"",
36     "ENABLE_BITCODE": "NO"
37   },
38   "dependencies": {
39     "SwiftyJSON": [
40       "~> 3.1.4"
41     ],
42     "Alamofire": [
43       "~> 4.5.1"
44     ],
45     "AWSSQS": [
46       "~> 2.6.1"
47     ]
48   },
49   "requires_arc": true,
50   "pushed_with_swift_version": "3.1",
51   "deprecated_in_favor_of": "IndoorwaySdk"