[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 1 / 3 / PewPew / 1.1.0 / PewPew.podspec.json
blobc2220cf73b8886119192e497999f1a5c8c7045b3
2   "name": "PewPew",
3   "version": "1.1.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.1.0"
21   },
22   "source_files": [
23     "Source",
24     "Source/**/*.swift"
25   ],
26   "exclude_files": "Example"