[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / c / 1 / AKABeacon / 0.1.1 / AKABeacon.podspec.json
blob743cd6da3c97cbb0559f07606c2deda0910bd4bf
2   "name": "AKABeacon",
3   "version": "0.1.1",
4   "license": "BSD",
5   "homepage": "https://github.com/mutech/aka-ios-beacon/",
6   "authors": {
7     "Michael Utech": "michael.utech@aka-labs.com"
8   },
9   "summary": "The missing binding framework for iOS",
10   "source": {
11     "git": "https://github.com/mutech/aka-ios-beacon.git",
12     "tag": "0.1.1"
13   },
14   "source_files": [
15     "AKABeacon/AKABeacon/Classes/*.{h,m}",
16     "AKABeacon/AKABeacon/AKABeacon.h"
17   ],
18   "private_header_files": [
19     "AKABeacon/AKABeacon/Classes/*_Internal.h",
20     "AKABeacon/AKABeacon/AKABeacon.h"
21   ],
22   "platforms": {
23     "ios": "8.2"
24   },
25   "frameworks": "Foundation",
26   "module_name": "AKABeacon",
27   "dependencies": {
28     "AKACommons": [
29       "~> 0.1.1"
30     ]
31   }