[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / d / c / Mantle / 2.0.7 / Mantle.podspec.json
blob3861d6cd248175cbd859f22808e32313efecb07b
2   "name": "Mantle",
3   "version": "2.0.7",
4   "summary": "Model framework for Cocoa and Cocoa Touch.",
5   "homepage": "https://github.com/Mantle/Mantle",
6   "license": "MIT",
7   "authors": {
8     "Github": "support@github.com"
9   },
10   "source": {
11     "git": "https://github.com/github/Mantle.git",
12     "tag": "2.0.7"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "frameworks": "Foundation",
22   "source_files": "Mantle",
23   "subspecs": [
24     {
25       "name": "extobjc",
26       "source_files": "Mantle/extobjc",
27       "private_header_files": "Mantle/extobjc/*.h"
28     }
29   ]