[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / a / Toffee / 2019.10.17 / Toffee.podspec.json
blob84c7119e88dc5a80bf00a85886b402f6761b79a5
2   "name": "Toffee",
3   "version": "2019.10.17",
4   "summary": "A Objective-c syntactic sugar library.",
5   "description": "A Objective-c syntactic sugar library, Provides a grammatical style similar to swift.",
6   "homepage": "https://github.com/HonQii/toffee",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HonQi": "qihuang9346@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "watchos": "3.0",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/HonQii/toffee.git",
22     "tag": "2019.10.17"
23   },
24   "source_files": [
25     "extobjc/extobjc/*",
26     "Toffee/source/*/*",
27     "Toffee/source/*.h",
28     "Toffee/Toffee.h"
29   ],
30   "public_header_files": "Toffee/*.h",
31   "requires_arc": true,
32   "module_name": "Toffee"