blob: 47aadcbf14ca81d541fa400046d1bbd511da3e1e [file] [log] [blame]
{
"name": "SweetCherry",
"version": "1.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A small API library which can be easy implemented in your project. SweetCherry uses Alamofire and ObjectMapper",
"homepage": "https://github.com/JakubTudruj/SweetCherry",
"authors": {
"Jakub Tudruj": "jtudruj@gmail.com"
},
"source": {
"git": "https://github.com/JakubTudruj/SweetCherry.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": "true",
"source_files": "SweetCherry/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.4"
],
"ObjectMapper": [
"~> 2.2"
]
},
"pushed_with_swift_version": "3.1"
}