[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 9 / 1 / Beakn / 1.0.0 / Beakn.podspec.json
blob5d5df197917f87f1578b307d2d27638c1e8ee4e9
2   "name": "Beakn",
3   "version": "1.0.0",
4   "summary": "A pure Swift syntactic sugar library for beacon 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 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.0.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   }