blob: 1a3dade7997b6d09a54291955a66d7819f0b3b30 [file] [log] [blame]
{
"name": "ProximitySDK",
"version": "0.0.1",
"summary": "Mobile SDK for Proximity Platform of encircle.io",
"description": "Proximity SDK is Library to deliver Proximity experience on iOS devices via encircle.io's platform. It leverages beacon or wifi to detect precise context of mobile user.",
"homepage": "http://www.encircle.io",
"screenshots": "http://encircle.io/img/presskit-brandassets/01-encircleio-platform.jpg",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Akash Kotadia": "akash@encircle.io"
},
"social_media_url": "https://twitter.com/akash_kotadia",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/encircleio/ProximitySDK-iOS.git",
"tag": "0.0.1"
},
"source_files": [
"ProximitySDK",
"ProximitySDK/**/*.{h}"
],
"public_header_files": "ProximitySDK/**/*.h",
"vendored_libraries": "ProximitySDK/libProximitySDK.a",
"resources": "ProximitySDK/ProximitySDKResource.bundle",
"frameworks": "CoreLocation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"2.6.0"
],
"SDWebImage": [
"3.7.3"
],
"PubNub": [
"= 3.7.1"
],
"CocoaLumberjack": [
"2.0.3"
]
}
}