2 "name": "NetworkTransaction",
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.",
7 "authors": "Paul Renfrew, Jr.",
11 "swift_version": "4.2",
13 "git": "https://github.com/prrenfrew/NetworkTransaction.git",
16 "source_files": "NetworkTransaction/**/*.swift",
17 "homepage": "https://github.com/prrenfrew/NetworkTransaction"