blob: 2d5e3d33321f791437be8f82c74db60a7f7bafe4 [file] [log] [blame]
{
"name": "iBeaconNotifier",
"version": "0.1.6",
"summary": "iBeacon Management Library",
"description": " Specify beacon info file, then Beacon Event posted as NSNotification\n",
"homepage": "https://github.com/mokemokechicken/iBeaconNotifier",
"license": "MIT",
"authors": {
"Ken Morishita": "k_morishita@yumemi.co.jp"
},
"source": {
"git": "https://github.com/mokemokechicken/iBeaconNotifier.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"public_header_files": "Classes/**/Public/*.h"
}