[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 5 / e / MoyaX / 0.0.1 / MoyaX.podspec.json
blob5b218a5e74d7ceeba99dc37453a31e5d6cdca2e5
2   "name": "MoyaX",
3   "version": "0.0.1",
4   "summary": "Network abstraction layer written in Swift, it's a fork of Moya",
5   "description": "MoyaX abstracts network commands using Swift Generics to provide developers\nwith more compile-time confidence.",
6   "homepage": "https://github.com/jasl/MoyaX",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jasl": "jasl9187@hotmail",
13     "Ash Furrow": "ash@ashfurrow.com"
14   },
15   "social_media_url": "http://twitter.com/jasl9187",
16   "source": {
17     "git": "https://github.com/jasl/MoyaX.git",
18     "tag": "0.0.1"
19   },
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "frameworks": "Foundation",
27   "dependencies": {
28     "Alamofire": [
29       "~> 3.0"
30     ]
31   },
32   "source_files": "Sources/**/*.swift"