blob: 9bf62e2205402e85e222a583a9c2e11fe5de7e98 [file] [log] [blame]
{
"name": "SobrKit",
"version": "0.1.1",
"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@ksoftware-brauerei.ch"
},
"source": {
"git": "https://github.com/softwarebrauerei/SobrKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Alamofire": [
"~> 1.2"
]
},
"source_files": "SobrKit/*.swift",
"requires_arc": true
}