[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / d / c / Mantle / 2.2.0 / Mantle.podspec.json
blob0785b1f2a2f24d26b3872f1051a93221f15cca67
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.2.0"
14   },
15   "platforms": {
16     "ios": "9.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.2.0",
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   ]