[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / d / 3 / HandyJSON / 0.4.0 / HandyJSON.podspec.json
blob16cd60aec5a4cc3c3738fcdd6c259965e680862e
2   "name": "HandyJSON",
3   "platforms": {
4     "ios": "8.0",
5     "osx": "10.9",
6     "watchos": "2.0",
7     "tvos": "9.0"
8   },
9   "authors": {
10     "xuyecan": "xuyecan@gmail.com"
11   },
12   "license": "Apache License 2.0",
13   "requires_arc": true,
14   "version": "0.4.0",
15   "homepage": "https://github.com/alibaba/handyjson",
16   "source_files": "HandyJSON/**/*.{swift,h,m}",
17   "source": {
18     "git": "https://github.com/alibaba/HandyJSON.git",
19     "tag": "0.4.0"
20   },
21   "summary": "A Json Serialization & Deserialization Library for Swift",
22   "description": "A Handy Json Library for Swift which serials object to json and deserials json to object",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "2.3"
25   }