[Add] CyberSheildiOS 0.1.1
[CocoaPods.git] / Specs / a / 3 / 6 / Thanari-Adv-SDK / 0.1.2 / Thanari-Adv-SDK.podspec.json
blobb324340778440eb0bc79f270bee835f2149d7a59
2   "name": "Thanari-Adv-SDK",
3   "version": "0.1.2",
4   "summary": "A SDK designed to use beacons to target advertisements on the device.",
5   "description": "Uses core location to scan the near beacons to target the advertisements on the user device",
6   "homepage": "https://github.com/xicom-tech/Thanari-adv-SDK.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "abhay.shankar@xicom.biz": "abhay.shankar@xicom.biz"
13   },
14   "source": {
15     "git": "https://github.com/xicom-tech/Thanari-adv-SDK.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Classes/**/*{m,h}",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreLocation"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.0"
30     ]
31   }