[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / 8 / d / 3 / HandyJSON / 4.2.1 / HandyJSON.podspec.json
blobf66d130127936115cb0b91bb725f1d7104bc7173
2   "name": "HandyJSON",
3   "authors": {
4     "xuyecan": "xuyecan@gmail.com"
5   },
6   "license": "Apache License 2.0",
7   "requires_arc": true,
8   "version": "4.2.1",
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.2.1"
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": "4.2"
25   }