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