[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 5 / XLYMapping / 1.0.0 / XLYMapping.podspec.json
blob6b5705e5aaea10f0571556c6f2470c2646d522a4
2   "name": "XLYMapping",
3   "version": "1.0.0",
4   "summary": "A MappingSystem which maps JSON into local objects.",
5   "description": "                  XLYMapping is designed to map JSON into local object. It uses KVC and can be extended easily.\n",
6   "homepage": "https://github.com/kaizeiyimi/XLYMapping",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kaizei": "kaizeiyimi@126.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/kaizeiyimi/XLYMapping.git",
19     "tag": "v1.0.0"
20   },
21   "source_files": "codes/**/*.{h,m}",
22   "frameworks": "CoreData",
23   "requires_arc": true