[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / f / 8 / DLMantle / 2.2 / DLMantle.podspec.json
blob70239f08169cde0007e942fce20401b69258ce57
2   "name": "DLMantle",
3   "version": "2.2",
4   "summary": "Model framework for Cocoa and Cocoa Touch.",
5   "homepage": "https://github.com/Mantle/Mantle",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Robert Böhnke": "robb@robb.is",
12     "David Caunt": "dcaunt@gmail.com",
13     "Jan Gorman": "gorman.jan@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/sdkdimon/Mantle.git",
17     "tag": "2.2"
18   },
19   "ios": {
20     "frameworks": "Foundation"
21   },
22   "platforms": {
23     "ios": "12.0",
24     "osx": "10.14"
25   },
26   "requires_arc": true,
27   "source_files": [
28     "Mantle",
29     "Mantle/include",
30     "Mantle/extobjc",
31     "Mantle/extobjc/include/*.h"
32   ],
33   "private_header_files": "Mantle/extobjc/include/*.h",
34   "module_name": "Mantle",
35   "module_map": "Mantle/Mantle.modulemap",
36   "exclude_files": "Mantle/include/Mantle.h"