blob: 63b625224fdcf2ed72af199e4e369f7e80cf0636 [file] [log] [blame]
{
"name": "KofktuSDK",
"version": "0.1.5",
"summary": "KofktuSDK",
"description": "KofktuSDK for Swift",
"homepage": "https://github.com/Kofktu/KofktuSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kofktu": "kofktu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Kofktu/KofktuSDK.git",
"tag": "0.1.5"
},
"source_files": "KofktuSDK/Classes/**/*.{swift}",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"ObjectMapper": [
"~> 1.2"
],
"AlamofireObjectMapper": [
"~> 3.0"
],
"Timberjack": [
],
"SDWebImage": [
"~>3.7"
]
}
}