blob: 621231799cc49f1af446c709b9e0762d2134016d [file] [log] [blame]
{
"name": "NetworkTransaction",
"version": "0.0.8",
"summary": "This framework will allow apps to easily define what is needed for network calls",
"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.",
"license": "MIT",
"authors": "Paul Renfrew, Jr.",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/prrenfrew/NetworkTransaction.git",
"tag": "master"
},
"source_files": "NetworkTransaction/**/*.swift",
"homepage": "https://github.com/prrenfrew/NetworkTransaction"
}