blob: d54ef14d1dbc73326cd9d53664847f9961f78c6f [file] [log] [blame]
{
"name": "BBLocationManager",
"version": "1.0",
"license": "MIT",
"description": "A Location Manager for easily implementing location services & geofencing in iOS, written in Objective-C.",
"summary": "A Location Manager for easily implementing location services & geofencing in iOS",
"homepage": "https://github.com/benzamin/BBLocationManager",
"screenshots": "https://raw.githubusercontent.com/benzamin/BBLocationManager/master/screens/locationNgeofence.gif",
"social_media_url": "http://twitter.com/benzamin1985",
"authors": {
"Benzamin Basher": "benzamin1985@gmail.com"
},
"source": {
"git": "https://github.com/benzamin/BBLocationManager.git",
"tag": "1.0"
},
"requires_arc": true,
"public_header_files": "BBLocationManager/BBLocationManagerClasses/BBLocationManager.h",
"source_files": "BBLocationManager/BBLocationManagerClasses/BBLocationManager.{h,m}",
"platforms": {
"ios": "7.0"
},
"frameworks": "CoreLocation"
}