[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 4 / 2 / Kiwi-CedarShortcuts / 0.1.0 / Kiwi-CedarShortcuts.podspec.json
blobd435dbb3e7d53d7c540fac8c3ee3bc8b844b0329
2   "name": "Kiwi-CedarShortcuts",
3   "version": "0.1.0",
4   "summary": "Run single Kiwi spec using CedarShortcuts Xcode plugin",
5   "description": "Run single Kiwi spec file in Xcode by pressing Control-Option-U\nrequires CedarShortcuts Xcode plugin",
6   "homepage": "https://github.com/paulz/Kiwi-CedarShortcuts",
7   "license": "MIT",
8   "authors": {
9     "Paul Zabelin": "https://github.com/paulz"
10   },
11   "source": {
12     "git": "https://github.com/paulz/Kiwi-CedarShortcuts.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/iospaulz",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Kiwi-CedarShortcuts": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "XCTest",
27   "dependencies": {
28     "Kiwi": [
29       "~> 2.0"
30     ]
31   }