blob: 1dcf28963ad6cc11dcd2405c463b498a4e2c7233 [file] [log] [blame]
{
"name": "BLEKit",
"version": "0.5.0",
"summary": "Low Energy Bluetooth Framework",
"authors": {
"Upnext Ltd.": "http://www.up-next.com",
"Marcin Krzyzanowski": "marcink@up-next.com"
},
"homepage": "http://www.up-next.com/beacon",
"source": {
"git": "https://github.com/upnext/blekit-ios.git",
"tag": "v0.5.0"
},
"license": "LICENSE*.*",
"platforms": {
"ios": "7.0"
},
"source_files": [
"BLEKit",
"BLEKit/**/*.{h,m}"
],
"private_header_files": "BLEKit/Private/*.h",
"frameworks": [
"Foundation",
"CoreFoundation",
"CoreLocation",
"SystemConfiguration",
"MobileCoreServices",
"UIKit"
],
"weak_frameworks": [
"Twitter",
"Social",
"Accounts"
],
"dependencies": {
"Facebook-iOS-SDK": [
],
"AFOAuth1Client": [
],
"Foursquare-API-v2": [
],
"SAMCache": [
]
},
"requires_arc": true
}