[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 3 / 9 / CSModel / 0.0.1 / CSModel.podspec.json
blob9ac23480a789555dfa6510a72b3df85c81a6e8bf
2   "name": "CSModel",
3   "version": "0.0.1",
4   "summary": "CSModel is a consice and efficient model framework for iOS/OSX.",
5   "description": "CSModel is a consice 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.0.1"
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   "libraries": "sqlite3",
25   "frameworks": [
26     "UIKit",
27     "CoreFoundation"
28   ]