[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 6 / 2 / ProxiteePlatform / 0.4.2 / ProxiteePlatform.podspec.json
blob9ffca3960ed7e0fc6d34ad970a19ab6efa347661
2   "name": "ProxiteePlatform",
3   "version": "0.4.2",
4   "summary": "iOS SDK for the Proxitee platform",
5   "homepage": "http://www.proxitee.com/",
6   "license": {
7     "type": "Copyright",
8     "text": "      Copyright 2015 Fuzzelogic Solutions Ltd. All rights reserved.\n"
9   },
10   "authors": {
11     "Fuzzelogic Solutions Ltd": "info@proxitee.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/Proxitee/iOS-SDK.git",
18     "tag": "0.4.2"
19   },
20   "source_files": "ProxiteePlatform/SDK/Headers/*.h",
21   "public_header_files": "ProxiteePlatform/SDK/Headers/*.h",
22   "preserve_paths": "ProxiteePlatform/SDK/libProxiteePlatform.a",
23   "vendored_libraries": "ProxiteePlatform/SDK/libProxiteePlatform.a",
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "CoreLocation"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "AFNetworking": [
32       "~> 2.2"
33     ],
34     "JSONModel": [
35       "~> 0.13.0"
36     ]
37   }