[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / c / 5 / TwentyFourSeven / 0.0.1 / TwentyFourSeven.podspec.json
blob6bf9a34526a45acbd99918823b2f6fe00f1d45f7
2   "name": "TwentyFourSeven",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/dommmel/TwentyFourSeven",
8   "authors": {
9     "Dominik Heier": "dommmel@gmail.com"
10   },
11   "summary": "Schedule when your app should be allowed to go idle and when it should not",
12   "source": {
13     "git": "https://github.com/dommmel/TwentyFourSeven.git",
14     "tag": "0.0.1"
15   },
16   "source_files": "*.swift",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "resource_bundles": {
22     "Settings": "ShopHours.plist"
23   },
24   "dependencies": {
25     "NSUserDefaults+SettingsBundle": [
26       "~> 0.0.2"
27     ]
28   }