[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 2 / KickstarterPrelude / 1.0 / KickstarterPrelude.podspec.json
blobde65800abcea828c438b80612d2f286ffe6f1d60
2   "name": "KickstarterPrelude",
3   "version": "1.0",
4   "summary": "A collection of useful Swift tools that are used in the Kickstarter apps.",
5   "description": "A collection of useful Swift tools that are used in the Kickstarter apps.\nNon Official Repo",
6   "homepage": "https://github.com/kickstarter/Kickstarter-Prelude",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Saoud Rizwan": "hello@saoudmr.com"
13   },
14   "swift_version": "4.2",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/saoudrizwan/Kickstarter-Prelude.git",
20     "tag": "1.0"
21   },
22   "dependencies": {
23     "Runes": [
24       "~> 4.1.0"
25     ]
26   },
27   "module_name": "Prelude",
28   "source_files": "Prelude/**/*.swift",
29   "exclude_files": [
30     "Prelude/**/*Tests.swift",
31     "Prelude/**/*Test.swift"
32   ]