[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 2 / d / 5 / OKSpecHelper / 0.4 / OKSpecHelper.podspec.json
blobe4742ea909af5353d5bdd8c234901f57d64020ed
2   "name": "OKSpecHelper",
3   "version": "0.4",
4   "summary": "Simple helpers for using Objection framework with Kiwi tests",
5   "description": "  Simple helpers for using Objection framework with Kiwi tests.\n",
6   "homepage": "https://github.com/garyjohnson/okspechelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gary Johnson": "gary@gjtt.com"
13   },
14   "social_media_url": "http://twitter.com/GaryGJohnson",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/garyjohnson/okspechelper.git",
20     "tag": "0.4"
21   },
22   "source_files": "*.{h,m}",
23   "public_header_files": "*.h",
24   "requires_arc": true,
25   "frameworks": [
26     "XCTest",
27     "Foundation"
28   ],
29   "dependencies": {
30     "Kiwi/XCTest": [
32     ]
33   }