blob: a955a6bc3a09fe3cafe0da5f09e6f95da1b9656a [file] [log] [blame]
{
"name": "VisualSwift",
"version": "0.1.1",
"summary": "Swift library for interfacing with the 23 Video API",
"description": "Swift library for interfacing with the 23 Video API.\nProvides methods for anonymous or authenticated communication with endpoints.",
"homepage": "https://github.com/23/VisualSwift",
"license": "MIT",
"authors": {
"Kalle Kabell": "kkabell@gmail.com"
},
"source": {
"git": "https://github.com/23/VisualSwift.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/23video",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"VisualSwift": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"IDZSwiftCommonCrypto": [
"~> 0.6.8"
]
}
}