[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / 1 / d / EZJson / 1.0.0 / EZJson.podspec.json
blob0d32634bb008d7c5ee7c13d21ae0cd2d8058ee19
2   "name": "EZJson",
3   "version": "1.0.0",
4   "summary": "The simplest JSON parser.",
5   "homepage": "https://github.com/Konshin/EZJson",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Konshin",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Konshin/EZJson.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "EZJson/**/*.{swift}",
19   "xcconfig": {
20     "OTHER_LDFLAGS": "-lz"
21   }