[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / a / 7 / MMTodo / 0.1.0 / MMTodo.podspec.json
blob93fc39f598cc10c2c34a069968cc471463718172
2   "name": "MMTodo",
3   "version": "0.1.0",
4   "summary": "MMTodo is a crossplatform Todo Manger.",
5   "description": "MMTodo is a cross platform Todo Manager. It supports both iOS and macOS and saves to a\nMySQL Database ( the user will need to have access to their own ). MMTodo with the rights\nwill create the DB as needed.",
6   "homepage": "https://github.com/MatthewMerritt/MMTodo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MatthewMerritt": "matthew.merritt@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/MatthewMerritt/MMTodo.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.13"
21   },
22   "source_files": [
23     "MMTodo/Classes/Common/**/*",
24     "MMTodo/Classes/MySQLDriver/**/*"
25   ],
26   "ios": {
27     "source_files": "MMTodo/Classes/MMTodo iOS/**/*",
28     "resource_bundles": {
29       "MMTodo": [
30         "MMTodo/Assets/MMTodo iOS/**/*"
31       ]
32     },
33     "resources": "MMTodo/Assets/MMTodo iOS/Storyboard-iOS.storyboard"
34   },
35   "osx": {
36     "source_files": "MMTodo/Classes/MMTodo macOS/**/*",
37     "resource_bundles": {
38       "MMTodo": [
39         "MMTodo/Assets/MMTodo macOS/**/*"
40       ]
41     },
42     "resources": [
43       "MMTodo/Assets/MMTodo macOS/MMTodoWindowController.xib",
44       "MMTodo/Assets/MMTodo macOS/Bar.png",
45       "MMTodo/Assets/MMTodo macOS/Save.pdf"
46     ]
47   },
48   "pushed_with_swift_version": "4.0"