blob: 888a6e54ebda9a0ce127fd38d9325df1eee9545e [file] [log] [blame]
{
"name": "SobrKit",
"version": "0.1.2",
"summary": "A collection of UIKit, Foundation and other extensions written in Swift",
"homepage": "https://github.com/softwarebrauerei/SobrKit",
"license": "MIT",
"authors": {
"Software Brauerei AG": "contact@software-brauerei.ch"
},
"source": {
"git": "https://github.com/softwarebrauerei/SobrKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Alamofire": [
"~> 1.2"
]
},
"source_files": "SobrKit/*.swift",
"requires_arc": true
}