[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / 0 / SwiftKVC / 4.0.1 / SwiftKVC.podspec.json
bloba5239b7c9bce53f2f704c544cf7653c960abd00f
2   "name": "SwiftKVC",
3   "version": "4.0.1",
4   "summary": "Key-Value Coding (KVC) for native Swift classes and structs",
5   "description": "SwiftKVC enables Key-Value Coding (KVC) for native Swift classes and structs.",
6   "homepage": "https://github.com/bradhilton/SwiftKVC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Hilton": "brad@skyvive.com"
13   },
14   "source": {
15     "git": "https://github.com/bradhilton/SwiftKVC.git",
16     "tag": "4.0.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": [
23     "SwiftKVC",
24     "SwiftKVC/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "Reflection": [
29       "~> 0.16.0"
30     ]
31   }