[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 9 / 1 / Beakn / 1.1.0 / Beakn.podspec.json
blob7ccd0daf5c7cacd3dc807381a203e2ec60683517
2   "name": "Beakn",
3   "version": "1.1.0",
4   "summary": "A pure Swift syntactic sugar library for iBeacon region monitoring.",
5   "description": "This is a cocoapod library written in Swift intended at handling the iBeacon monitoring for apps with minimum code. It is simple and intended to address one task to do perfectly that is iBeacon region monitoring",
6   "homepage": "https://github.com/prasadpamidi/Beakn",
7   "license": "MIT",
8   "authors": {
9     "Prasad Pamidi": "pamidi.dev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/prasadpamidi/Beakn.git",
13     "tag": "1.1.0"
14   },
15   "social_media_url": "http://twitter.com/mepamidi",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Beakn": [
23       "Pod/Assets/*.png"
24     ]
25   }