blob: 4fa1809828aaae67c348f67486b5c48d86b0f4db [file] [log] [blame]
{
"name": "remote-controllable",
"version": "0.0.2",
"summary": "Enable remote control of application",
"homepage": "http://www.alexandra.dk",
"license": "aGPL",
"authors": {
"Thomas Gilbert": "thomas.gilbert@alexandra.dk"
},
"source": {
"git": "https://github.com/glagnar/remote-controllable.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"remote-controllable": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Socket.IO-Client-Swift": [
]
}
}