[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / 5 / b / StarShareCore / 0.0.1 / StarShareCore.podspec.json
blob8a6d3cb650070b698832550dfc7c67892cc198d9
2   "name": "StarShareCore",
3   "version": "0.0.1",
4   "summary": "Network abstraction layer written in Swift with Moya",
5   "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).",
6   "homepage": "https://github.com/StarShare/StarShareCore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangrui": "wangrui@bangbangbang.cn"
13   },
14   "social_media_url": "http://oye.moe",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/StarShare/StarShareCore.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "StarShareCore/**/*.swift",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "dependencies": {
27     "Alamofire": [
29     ],
30     "Moya": [
32     ],
33     "SwiftyJSON": [
35     ],
36     "HandyJSON": [
37       "~>4.0.0-beta.1"
38     ],
39     "ReactiveCocoa": [
41     ],
42     "Cache": [
44     ]
45   },
46   "frameworks": "Foundation"