[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 0 / 1 / 3 / PewPew / 1.0.0 / PewPew.podspec.json
blobd57a235eefcf912dae899a294c2ded29a3ff335b
2   "name": "PewPew",
3   "version": "1.0.0",
4   "summary": "A swift framework for easily making network calls and serializing them to objects.",
5   "description": "This framework introduces the concept of futures to iOS. It is intended to make netwoking calls cleaner and simpler and provides the developer with more customizability then any other networking framework.",
6   "homepage": "https://github.com/cuba/PewPew",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jacob Sikorski": "jacob.sikorski@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "swift_version": "5.0",
18   "source": {
19     "git": "https://github.com/cuba/PewPew.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "Source",
24     "Source/**/*.swift"
25   ],
26   "exclude_files": "Example"