[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / 8 / 0 / CardKit / 0.1.0 / CardKit.podspec.json
blob25e0dfdb4f5a885ddf6d6ad24ea344b7beae49ff
2   "name": "CardKit",
3   "version": "0.1.0",
4   "summary": "CardKit provides model structures for building playable card games",
5   "homepage": "https://github.com/kylef/CardKit",
6   "authors": {
7     "Kyle Fuller": "kyle@fuller.li"
8   },
9   "source": {
10     "git": "https://github.com/kylef/CardKit.git",
11     "tag": "0.1.0"
12   },
13   "license": {
14     "type": "BSD",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.7",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "source_files": "CardKit/*.swift",
24   "test_specification": {
25     "dependencies": {
26       "Spectre": [
27         "~> 0.2.0"
28       ]
29     },
30     "source_files": "CardKitSpecs/*.swift"
31   }