[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / d / 3 / HandyJSON / 1.8.0 / HandyJSON.podspec.json
blobf5fb20c85cfb89798fba19d590cda2655632c7e5
2   "name": "HandyJSON",
3   "authors": {
4     "xuyecan": "xuyecan@gmail.com"
5   },
6   "license": "Apache License 2.0",
7   "requires_arc": true,
8   "version": "1.8.0",
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": "1.8.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": "3.0"
25   },
26   "pushed_with_swift_version": "3.0"