blob: 5b64b1270eecd6970ba6404e2f91674ebb7af298 [file] [log] [blame]
{
"name": "JSONFire",
"version": "1.0",
"summary": "The bridge between developer and network",
"description": "Simplifies work with network in iOS. Provides fundamental architecture for fast implementation of network requests.",
"homepage": "https://github.com/igormatyushkin014/JSONFire",
"screenshots": "https://github.com/igormatyushkin014/JSONFire/raw/master/Images/logo_2048_2048.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Matyushkin": "igormatyushkin014@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/igormatyushkin014/JSONFire.git",
"tag": "1.0"
},
"source_files": [
"Source",
"Source/**/*"
],
"dependencies": {
"Alamofire": [
"~> 4.6"
],
"SwiftyJSON": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}