[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / b / e / SimpleBDD / 0.1.0 / SimpleBDD.podspec.json
blob24443671b012741328a99bf44f130668dbdc07a5
2   "name": "SimpleBDD",
3   "version": "0.1.0",
4   "summary": "Simple library for tests in BDD style, written with Objective-C.",
5   "description": "Simple BDD gives you possibiity to improve readability of your tests written in KIF.",
6   "homepage": "https://github.com/AzimoLabs/SimpleBDD.git",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Przemysław Wośko": "przemek.wosko@azimo.com"
13   },
14   "source": {
15     "git": "https://github.com/AzimoLabs/SimpleBDD.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SimpleBDD/Classes/**/*",
22   "frameworks": "XCTest",
23   "dependencies": {
24     "KIF": [
25       "~> 3.4.2"
26     ]
27   }