| { |
| "name": "WebServiceSwift", |
| "version": "2.2.0", |
| "summary": "Network layer as Service.", |
| "description": "Written in Swift.\nNetwork layer as Service. \nContained simple cache storage on disk as files.\nContained mock engine for test response without API.", |
| "homepage": "https://github.com/ProVir/WebServiceSwift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ViR (Vitaliy Korotkiy)": "admin@provir.ru" |
| }, |
| "swift_version": "4", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "source": { |
| "git": "https://github.com/ProVir/WebServiceSwift.git", |
| "tag": "2.2.0" |
| }, |
| "source_files": "Source/*.{h,swift}", |
| "public_header_files": "Source/*.h" |
| } |