blob: 8a6d3cb650070b698832550dfc7c67892cc198d9 [file] [log] [blame]
{
"name": "StarShareCore",
"version": "0.0.1",
"summary": "Network abstraction layer written in Swift with Moya",
"description": "StarShareCore abstracts network commands using Swift Generics to provide developers\nwith more compile-time confidence.\nReactiveSwift and RxSwift extensions exist as well. Instructions for installation\nare in [the README](https://github.com/StarShare/StarShareCore).",
"homepage": "https://github.com/StarShare/StarShareCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangrui": "wangrui@bangbangbang.cn"
},
"social_media_url": "http://oye.moe",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/StarShare/StarShareCore.git",
"tag": "0.0.1"
},
"source_files": "StarShareCore/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"Alamofire": [
],
"Moya": [
],
"SwiftyJSON": [
],
"HandyJSON": [
"~>4.0.0-beta.1"
],
"ReactiveCocoa": [
],
"Cache": [
]
},
"frameworks": "Foundation"
}