[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / d / 3 / HandyJSON / 0.1.0 / HandyJSON.podspec.json
blob5d03cf1b46c3a792e4bb9b20ad1e76461d798a55
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.1.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.1.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   }