[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / d / 3 / HandyJSON / 5.0.3-beta / HandyJSON.podspec.json
bloba357cc1d37ff61cf6fb45b58caa85f3290fd3b86
2   "name": "HandyJSON",
3   "authors": {
4     "xuyecan": "xuyecan@gmail.com"
5   },
6   "license": "Apache License 2.0",
7   "requires_arc": true,
8   "version": "5.0.3-beta",
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": "5.0.3-beta"
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   }