[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / 8 / d / 3 / HandyJSON / 4.1.3 / HandyJSON.podspec.json
blob3fea170fac71708097665d166efd40c5513e40a8
2   "name": "HandyJSON",
3   "authors": {
4     "xuyecan": "xuyecan@gmail.com"
5   },
6   "license": "Apache License 2.0",
7   "requires_arc": true,
8   "version": "4.1.3",
9   "homepage": "https://github.com/alibaba/handyjson",
10   "source_files": "Source/**/*.{swift,h,m}",
11   "source": {
12     "git": "https://github.com/alibaba/HandyJSON.git",
13     "tag": "4.1.3"
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_SUPPRESS_WARNINGS": "YES"
25   }