blob: 2129c4179a742d3d05bc43a9b3c526535cb587b1 [file] [log] [blame]
{
"name": "SkaleKit",
"version": "0.1.1",
"summary": "SkaleKit is a api for accessing Skale electric scale.",
"homepage": "https://github.com/atomaxinc/SkaleKit",
"license": "MIT",
"authors": {
"Ryan": "ryan@atomaxinc.com"
},
"source": {
"git": "https://github.com/atomaxinc/SkaleKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"resource_bundles": {
"SkaleKit": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"CoreBluetooth"
],
"ios": {
"vendored_frameworks": "Frameworks/SkaleKit.framework"
}
}