blob: af065238085bcec8d161fa17c7d90b6a9bfcb34c [file] [log] [blame]
{
"name": "MeshbluKit",
"version": "0.1.0",
"summary": "Objective-C / Swift Meshblu Client Library",
"description": "\t\t Objective-C / Swift Meshblu Client Library to easily connect Meshblu to iOS\n",
"homepage": "https://github.com/octoblu/MeshbluKit",
"license": "MIT",
"authors": {
"Sqrt of Octoblu": "sqrt@octoblu.com"
},
"source": {
"git": "https://github.com/octoblu/MeshbluKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MeshbluKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}