blob: 0eebe8f2ecc6e211e853c0b1ba5255ccb0758a04 [file] [log] [blame]
{
"name": "Hotaru",
"version": "1.1.1",
"summary": "networking framework whit swift 3.0.",
"homepage": "https://github.com/hujewelz/hotaru",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hujewelz": "hujewelz@163.com"
},
"source": {
"git": "https://github.com/hujewelz/hotaru.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"dependencies": {
"Alamofire": [
"~> 4.5.0"
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Hotaru/Classes/Core**/*"
},
{
"name": "RxSwift",
"source_files": "Hotaru/Classes/Rx/**/*",
"dependencies": {
"RxSwift": [
],
"Hotaru/Core": [
]
}
}
]
}