[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 7 / 6 / SwiftyJSONDecodable / 0.1.2 / SwiftyJSONDecodable.podspec.json
blob89c188a5dd2c09596e8fd5594a587626e543515b
2   "name": "SwiftyJSONDecodable",
3   "version": "0.1.2",
4   "summary": "Framework for decoding from SwiftyJSON to well typed objects/values types.",
5   "homepage": "https://github.com/pollarm/SwiftyJSONDecodable",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Mike Pollard": "mikeypollard@me.com"
12   },
13   "social_media_url": "http://twitter.com/mikeypollard1",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/pollarm/SwiftyJSONDecodable.git",
20     "tag": "0.1.2"
21   },
22   "source_files": "SwiftyJSONDecodable/**/*.{h,swift}",
23   "dependencies": {
24     "SwiftyJSON": [
25       "~> 2.3"
26     ]
27   }