blob: b324340778440eb0bc79f270bee835f2149d7a59 [file] [log] [blame]
{
"name": "Thanari-Adv-SDK",
"version": "0.1.2",
"summary": "A SDK designed to use beacons to target advertisements on the device.",
"description": "Uses core location to scan the near beacons to target the advertisements on the user device",
"homepage": "https://github.com/xicom-tech/Thanari-adv-SDK.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"abhay.shankar@xicom.biz": "abhay.shankar@xicom.biz"
},
"source": {
"git": "https://github.com/xicom-tech/Thanari-adv-SDK.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*{m,h}",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}