[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 9 / 0 / NetworkTransaction / 0.0.8 / NetworkTransaction.podspec.json
blob621231799cc49f1af446c709b9e0762d2134016d
2   "name": "NetworkTransaction",
3   "version": "0.0.8",
4   "summary": "This framework will allow apps to easily define what is needed for network calls",
5   "description": "This framework makes network calls and setup easy. It makes use of Decodable protocol and generics to make it easy to use. The setup uses a protocol called ServiceConfiguration to define what is needed for the network calls.",
6   "license": "MIT",
7   "authors": "Paul Renfrew, Jr.",
8   "platforms": {
9     "ios": "8.0"
10   },
11   "swift_version": "4.2",
12   "source": {
13     "git": "https://github.com/prrenfrew/NetworkTransaction.git",
14     "tag": "master"
15   },
16   "source_files": "NetworkTransaction/**/*.swift",
17   "homepage": "https://github.com/prrenfrew/NetworkTransaction"