[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / 0 / SwiftKVC / 3.0.0 / SwiftKVC.podspec.json
blobe78c82a0136b9c6e6fddc76b80ae433a51cbf8c3
2   "name": "SwiftKVC",
3   "version": "3.0.0",
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": "3.0.0"
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.14.3"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"