blob: d7b6ed4c9b29e96d5763c9f9a09c3647ad631370 [file] [log] [blame]
{
"name": "ABSNetwork",
"version": "1.0.1",
"summary": "A network foundation framework based on Alamorefire and ObjectMapper",
"license": "MIT",
"homepage": "https://github.com/kunwang/absnetwork",
"authors": {
"abstractwang": "abstractwang@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kunwang/absnetwork.git",
"tag": "1.0.1"
},
"source_files": [
"Sources",
"ABSNetwork/**/*.{swift}"
],
"resources": [
"Resources",
"ABSNetwork/**/*.{plist,sqlite3}"
],
"dependencies": {
"Alamofire": [
"~> 4.5.1"
],
"ObjectMapper": [
"~> 2.2"
]
},
"pushed_with_swift_version": "3.0"
}