[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 7 / 3 / 9 / CSModel / 0.1.0 / CSModel.podspec.json
blob87f3d60495aa02598d985b1fd3b03aeadb00fcc5
2   "name": "CSModel",
3   "version": "0.1.0",
4   "summary": "CSModel is a concise and efficient model framework for iOS/OSX, and provides nested Model to compare values and copy values.",
5   "description": "CSModel is a concise and efficient model framework for iOS/OSX. '\nIt Provides many data-model methods:\n* Converts json to any object, or convert any object to json.\n* Serializes a model to provide class info and object properties.\n* Implementations of `NSCoding`, `NSCopying` and `isEqual:`.",
6   "homepage": "https://github.com/Chasel-Shao/CSModel.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chasel-Shao": "753080265@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Chasel-Shao/CSModel.git",
16     "tag": "0.1.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CSModel/*.{h,m}",
23   "public_header_files": "CSModel/*.{h}",
24   "frameworks": [
25     "UIKit",
26     "CoreFoundation"
27   ]