[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / e / c / DTFUpgrader / 1.0.1 / DTFUpgrader.podspec.json
blobf48c24e6490450c23fe9069362fa1f651c1c2e80
2   "name": "DTFUpgrader",
3   "version": "1.0.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "iOS Library to assist with application upgrades",
12   "homepage": "https://github.com/darren102/DTFUpgrader",
13   "authors": {
14     "Darren Ferguson": "darren102@gmail.com"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/darren102/DTFUpgrader.git",
19     "branch": "master",
20     "tag": "1.0.1"
21   },
22   "source_files": "DTFUpgrader/*.{h,m}",
23   "public_header_files": [
24     "DTFUpgrader/DTFUpgrader.h",
25     "DTFUpgrader/DTFUpgraderManager.h",
26     "DTFUpgrader/DTFUpgraderError.h"
27   ]