blob: 1a4d0d524061d5d050b6a718f5db0603d8991282 [file] [log] [blame]
{
"name": "Bukoli",
"version": "1.1.0",
"summary": "Bukoli iOS SDK",
"homepage": "https://github.com/bukoli/bukoli-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bukoli": "http://www.bukoli.com"
},
"source": {
"git": "https://github.com/bukoli/bukoli-ios.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Bukoli/Classes/**/*",
"resource_bundles": {
"Bukoli": [
"Bukoli/Assets/{*.storyboard,*.xcassets,*.xib}"
]
},
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"ObjectMapper": [
"~> 2.0"
],
"AlamofireImage": [
"~> 3.0"
]
}
}