[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 8 / 2 / YLHandyJSON / 5.1.0-yl / YLHandyJSON.podspec.json
blob3ee25da16a750e5d430dd2672470a5c75a73ed1e
2   "name": "YLHandyJSON",
3   "authors": {
4     "huhui": "hh1448878671@qq.com"
5   },
6   "license": "Apache License 2.0",
7   "requires_arc": true,
8   "version": "5.1.0-yl",
9   "homepage": "https://github.com/huhui1/HandyJSON",
10   "source_files": "Source/**/*.{swift,h,m}",
11   "source": {
12     "git": "https://github.com/huhui1/HandyJSON.git",
13     "tag": "5.1.0-yl"
14   },
15   "summary": "A Json Serialization & Deserialization Library for Swift",
16   "description": "A Handy Json Library for Swift which serials object to json and deserials json to object",
17   "platforms": {
18     "ios": "11.0",
19     "osx": "10.13"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "5.0"
23   }