[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 6 / e / Kiwi / 2.2.2 / Kiwi.podspec.json
blob7438073ce01ade6dd14ac2f8704b6ab9f42da699
2   "name": "Kiwi",
3   "version": "2.2.2",
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.2"
19   },
20   "ios": {
21     "xcconfig": {
22       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
23     }
24   },
25   "osx": {
26     "xcconfig": {
27       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
28     }
29   },
30   "platforms": {
31     "ios": "5.0",
32     "osx": "10.7"
33   },
34   "default_subspecs": [
35     "SenTestingKit"
36   ],
37   "subspecs": [
38     {
39       "name": "SenTestingKit",
40       "frameworks": "SenTestingKit",
41       "dependencies": {
42         "Kiwi/ARC": [
44         ],
45         "Kiwi/NonARC": [
47         ]
48       },
49       "source_files": "SenTestingKit/**/*.{h,m}",
50       "prefix_header_contents": "#import <SenTestingKit/SenTestingKit.h>\n"
51     },
52     {
53       "name": "XCTest",
54       "frameworks": "XCTest",
55       "dependencies": {
56         "Kiwi/ARC": [
58         ],
59         "Kiwi/NonARC": [
61         ]
62       },
63       "prefix_header_contents": "#import <XCTest/XCTest.h>\n"
64     },
65     {
66       "name": "ARC",
67       "source_files": "Classes/**/*.{h,m}",
68       "requires_arc": true
69     },
70     {
71       "name": "NonARC",
72       "source_files": "NonARC/**/*.{h,m}",
73       "compiler_flags": "-fno-objc-arc"
74     }
75   ]