blob: 2f57da29b2584782eeb11e0dc6aaa21a536bbd5d [file] [log] [blame]
{
"name": "IBMPIBeacon",
"version": "2.0.2",
"summary": "This framework provides a Beacon Sensor for Presence Insights.",
"description": "IBM Presence Insights Beacon framework enables users to communicate to Presence Insights information about the BLE beacons placed in a venue.",
"homepage": "http://presenceinsights.ibmcloud.com",
"license": {
"type": "Presence Insights Client iOS Framework License",
"text": "Licensed under the Presence Insights Client iOS Framework License (the \"License\");\nyou may not use this file except in compliance with the License. You may find\na copy of the license in the license.txt file in this package.\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n"
},
"authors": {
"IBM Corp.": "support@ibm.com"
},
"source": {
"git": "https://github.com/presence-insights/pi-clientsdk-ios.git",
"tag": "2.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "IBMPIBeacon/*.{swift}",
"exclude_files": "IBMPIBeaconTests/*.{swift}",
"dependencies": {
"IBMPICore": [
"2.0.2"
]
},
"frameworks": "CoreLocation"
}