blob: 20ed0526e31bf69caec212c4e7e323ccd6bf1541 [file] [log] [blame]
{
"name": "ProxiteePlatform",
"version": "0.4.1",
"summary": "iOS SDK for the Proxitee platform",
"homepage": "http://www.proxitee.com/",
"license": {
"type": "Copyright",
"text": " Copyright 2015 Fuzzelogic Solutions Ltd. All rights reserved.\n"
},
"authors": {
"Fuzzelogic Solutions Ltd": "info@proxitee.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Proxitee/iOS-SDK.git",
"tag": "0.4.1"
},
"source_files": "ProxiteePlatform/SDK/Headers/*.h",
"public_header_files": "ProxiteePlatform/SDK/Headers/*.h",
"preserve_paths": "ProxiteePlatform/SDK/libProxiteePlatform.a",
"vendored_libraries": "ProxiteePlatform/SDK/libProxiteePlatform.a",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.2"
],
"JSONModel": [
"~> 0.13.0"
]
}
}