[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / d / 7 / LRHandyJSON / 5.0.2.0 / LRHandyJSON.podspec.json
blob9de75f1579347eb0cf5274fbe834d262cff2bdd8
2   "name": "LRHandyJSON",
3   "authors": {
4     "xuyecan": "xuyecan@gmail.com"
5   },
6   "license": "Apache License 2.0",
7   "requires_arc": true,
8   "version": "5.0.2.0",
9   "homepage": "https://github.com/alibaba/handyjson",
10   "source_files": "Source/**/*.{swift,h,m}",
11   "source": {
12     "git": "https://github.com/karlcool/HandyJSON.git",
13     "tag": "5.0.2.0"
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": "8.0",
19     "osx": "10.9",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "5.0"
25   }