blob: 7ccd0daf5c7cacd3dc807381a203e2ec60683517 [file] [log] [blame]
{
"name": "Beakn",
"version": "1.1.0",
"summary": "A pure Swift syntactic sugar library for iBeacon region monitoring.",
"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",
"homepage": "https://github.com/prasadpamidi/Beakn",
"license": "MIT",
"authors": {
"Prasad Pamidi": "pamidi.dev@gmail.com"
},
"source": {
"git": "https://github.com/prasadpamidi/Beakn.git",
"tag": "1.1.0"
},
"social_media_url": "http://twitter.com/mepamidi",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Beakn": [
"Pod/Assets/*.png"
]
}
}