[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 9 / 8 / TTEventKit / 0.0.1 / TTEventKit.podspec.json
blob427bea55da5eb83f04d1c5af8ca899131660c4bb
2   "name": "TTEventKit",
3   "version": "0.0.1",
4   "summary": "a very manageable EventKit library.",
5   "homepage": "https://github.com/tattn/TTEventKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tatsuya Tanaka": "tatsuyars@yahoo.co.jp"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/tattn/TTEventKit.git",
18     "tag": "v0.0.1"
19   },
20   "source_files": "TTEventKit/TTEventKit/*.{swift,h}",
21   "exclude_files": "Classes/Exclude",
22   "public_header_files": "TTEventKit/TTEventKit/TTEventKit.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "QuartzCore"
27   ],
28   "requires_arc": true