[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / a / 6 / NTJsonModel / 1.00 / NTJsonModel.podspec.json
blobfb0e94ce21b1e02a92c02450eca51a737751d5a0
2   "name": "NTJsonModel",
3   "version": "1.00",
4   "summary": "model objects for JSON objects using a declarative approach for defining properties. Supports immutable (and mutable) model objects",
5   "homepage": "https://github.com/NagelTech/NTJsonModel",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ethan Nagel": "eanagel@gmail.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/NagelTech/NTJsonModel.git",
18     "tag": "1.00"
19   },
20   "requires_arc": true,
21   "source_files": "classes/ios/*.{h,m}",
22   "public_header_files": [
23     "classes/ios/NTJsonModel.h",
24     "classes/ios/NTJsonPropertyInfo.h",
25     "classes/ios/NTJsonPropertyConversion.h",
26     "classes/ios/NSArray+NTJsonModel.h",
27     "classes/ios/NSDictionary+NTJsonModel.h"
28   ]