[Add] UBiXDaq 2.4.0
[CocoaPods.git] / Specs / 6 / 3 / a / Aperitif / 0.1.0 / Aperitif.podspec.json
blobe5621e10c7833752fb148321757c4824ad2d8f0a
2   "name": "Aperitif",
3   "version": "0.1.0",
4   "summary": "Check Installr for a new version of your app and prompt users to update.",
5   "homepage": "http://github.com/crushlovely/Aperitif",
6   "license": "MIT",
7   "authors": {
8     "Crush & Lovely": "engineering@crushlovely.com",
9     "Tim Clem": "tim@crushlovely.com"
10   },
11   "source": {
12     "git": "https://github.com/crushlovely/Aperitif.git",
13     "tag": "v0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "resources": "Assets/*.xib",
21   "public_header_files": "Classes/CRLAperitif.h",
22   "dependencies": {
23     "MZFormSheetController": [
24       "~> 2.3.3"
25     ]
26   }