[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 6 / e / Kiwi / 2.2.1 / Kiwi.podspec.json
blob3e103d8390c713dd1f1db2d9d35b0d358f83cf44
2   "name": "Kiwi",
3   "version": "2.2.1",
4   "summary": "A Behavior Driven Development library for iOS and OS X.",
5   "homepage": "https://github.com/allending/Kiwi",
6   "authors": {
7     "Allen Ding": "alding@gmail.com",
8     "Luke Redpath": "luke@lukeredpath.co.uk",
9     "Marin Usalj": "mneorr@gmail.com",
10     "Stepan Hruda": "stepan.hruda@gmail.com"
11   },
12   "license": {
13     "type": "MIT",
14     "file": "License.txt"
15   },
16   "source": {
17     "git": "https://github.com/allending/Kiwi.git",
18     "tag": "2.2.1"
19   },
20   "frameworks": "SenTestingKit",
21   "ios": {
22     "xcconfig": {
23       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
24     }
25   },
26   "osx": {
27     "xcconfig": {
28       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
29     }
30   },
31   "platforms": {
32     "ios": "5.0",
33     "osx": "10.7"
34   },
35   "subspecs": [
36     {
37       "name": "ARC",
38       "source_files": "Classes/**/*.{h,m}",
39       "requires_arc": true
40     },
41     {
42       "name": "NonARC",
43       "source_files": "NonARC/**/*.{h,m}",
44       "compiler_flags": "-fno-objc-arc"
45     }
46   ]