[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 3 / CodableKit / 1.0.0 / CodableKit.podspec.json
blob3bc3a2772675e70709cfc489ca8da1224c75cdf6
2   "name": "CodableKit",
3   "version": "1.0.0",
4   "summary": "A bundle of `Codable` extensions",
5   "homepage": "https://github.com/Meniny/CodableKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Elias Abel": "admin@meniny.cn"
12   },
13   "source": {
14     "git": "https://github.com/Meniny/CodableKit.git",
15     "tag": "1.0.0"
16   },
17   "social_media_url": "https://meniny.cn",
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "source_files": "CodableKit/**/*.{h,swift}",
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "UIKit",
28       "CoreGraphics"
29     ]
30   },
31   "osx": {
32     "frameworks": [
33       "Cocoa",
34       "CoreGraphics"
35     ]
36   },
37   "module_name": "CodableKit"