[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / b / InteractSDK / 0.1.0 / InteractSDK.podspec.json
blob4a745567cf1090ab21be72ec12d3916a14812d23
2   "name": "InteractSDK",
3   "version": "0.1.0",
4   "summary": "A lightweight SDK to scan for beacon and communicate with the Interact 2.0 backend.",
5   "description": "Enable to early integrate the Interact 2.0 Location Based Services platform. The SDK retrieve the beacon from the backend and start scanning. An event listener allows the end user to receive events when a beacon is detected.",
6   "homepage": "https://bitbucket.org/interactdev2/iosinteractsdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Karim Es-sami": "karim.es-sami@swisscom.com"
13   },
14   "source": {
15     "git": "https://bitbucket.org/interactdev2/iosinteractsdk.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "InteractSDK/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.3"
25     ],
26     "KontaktSDK": [
27       "~> 1.0"
28     ],
29     "Alamofire": [
30       "~> 3.3"
31     ],
32     "AlamofireObjectMapper": [
33       "~> 3.0"
34     ],
35     "ObjectMapper": [
36       "~> 1.2"
37     ]
38   }