blob: 032959609ccd23e3cebf888329bda00f9ba1be4b [file] [log] [blame]
{
"name": "MoyaX",
"version": "0.0.4",
"summary": "Network abstraction layer written in Swift, it's a fork of Moya",
"description": "MoyaX abstracts network commands using Swift Generics to provide developers\nwith more compile-time confidence.",
"homepage": "https://github.com/jasl/MoyaX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jasl": "jasl9187@hotmail",
"Ash Furrow": "ash@ashfurrow.com"
},
"social_media_url": "http://twitter.com/jasl9187",
"source": {
"git": "https://github.com/jasl/MoyaX.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 3.0"
]
},
"source_files": "Sources/**/*.swift"
}