[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / c / Decodable / 0.3.3 / Decodable.podspec.json
blob51f80c3be6cf833f11354a3324abc24e1dd304a8
2   "name": "Decodable",
3   "version": "0.3.3",
4   "summary": "Swift 2 JSON parsing done (more) right",
5   "description": "Simple yet powerful object mapping made possible by Swift 2's new error handling. Greatly inspired by Argo, but without any functional programming and bizillion operators.",
6   "homepage": "https://github.com/Anviking/Decodable",
7   "license": "MIT",
8   "authors": {
9     "Anviking": "anviking@me.com"
10   },
11   "source": {
12     "git": "https://github.com/Anviking/Decodable.git",
13     "tag": "v0.3.3"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "requires_arc": true,
22   "source_files": "Decodable/*.{swift,h}"