[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / a / DPSetupWindow / 0.1.2 / DPSetupWindow.podspec.json
blob2188970b96701005f1cf95201aaade9f697e60d4
2   "name": "DPSetupWindow",
3   "version": "0.1.2",
4   "summary": "Class for creating an Installer.app like setup process from a set of view controllers.",
5   "homepage": "https://github.com/danpalmer/DPSetupWindow",
6   "authors": {
7     "Dan Palmer": "dan.palmer@me.com"
8   },
9   "source": {
10     "git": "https://github.com/danpalmer/DPSetupWindow.git",
11     "tag": "0.1.2"
12   },
13   "license": {
14     "type": "BSD 2-Clause License",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "osx": "10.7"
19   },
20   "source_files": [
21     "Classes",
22     "*.{h,m}"
23   ],
24   "public_header_files": "*.h",
25   "frameworks": "Cocoa",
26   "requires_arc": true