[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / d / c / Mantle / 2.1.6 / Mantle.podspec.json
blob4d98fbdbfee6c5c4efb67471776aeff0ab468cba
2   "name": "Mantle",
3   "summary": "Model framework for Cocoa and Cocoa Touch.",
4   "homepage": "https://github.com/Mantle/Mantle",
5   "license": "MIT",
6   "authors": {
7     "Robert Böhnke": "robb@robb.is",
8     "David Caunt": "dcaunt@gmail.com",
9     "Jan Gorman": "gorman.jan@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Mantle/Mantle.git",
13     "tag": "2.1.6"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "frameworks": "Foundation",
23   "source_files": [
24     "Mantle",
25     "Mantle/include"
26   ],
27   "version": "2.1.6",
28   "subspecs": [
29     {
30       "name": "extobjc",
31       "source_files": [
32         "Mantle/extobjc",
33         "Mantle/extobjc/include/*.h"
34       ],
35       "private_header_files": "Mantle/extobjc/include/*.h"
36     }
37   ]