blob: b8f6d046da204304abf93e03ef8dd0e5d38a0c1f [file] [log] [blame]
{
"name": "VisualSwift",
"version": "0.1.2",
"summary": "Swift library for interfacing with the TwentyThree API",
"description": "Swift library for interfacing with the TwentyThree 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.2"
},
"social_media_url": "https://twitter.com/twentythree",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"IDZSwiftCommonCrypto": [
"~> 0.6.8"
]
},
"pushed_with_swift_version": "2.3"
}