[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / e / c / DTFUpgrader / 1.0.0 / DTFUpgrader.podspec.json
blob0c83d5ab9419245a2d5850114c35debc7009bc5f
2   "name": "DTFUpgrader",
3   "version": "1.0.0",
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.0"
21   },
22   "source_files": "DTFUpgrader/*.{h,m}",
23   "public_header_files": [
24     "DTFUpgrader/DTFUpgrader.h",
25     "DTFUpgrader/DTFUpgraderManager.h",
26     "DTFUpgrader/DTFUpgraderError.h"
27   ]