[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 6 / e / Kiwi / 2.3.1 / Kiwi.podspec.json
blobc3bbb1b405e818e75c27f5c1a0807d79a81c54b9
2   "name": "Kiwi",
3   "version": "2.3.1",
4   "summary": "A Behavior Driven Development library for iOS and OS X.",
5   "homepage": "https://github.com/kiwi-bdd/Kiwi",
6   "source": {
7     "git": "https://github.com/kiwi-bdd/Kiwi.git",
8     "tag": "2.3.1"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "License.txt"
13   },
14   "authors": {
15     "Allen Ding": "alding@gmail.com",
16     "Luke Redpath": "luke@lukeredpath.co.uk",
17     "Marin Usalj": "mneorr@gmail.com",
18     "Stepan Hruda": "stepan.hruda@gmail.com",
19     "Brian Gesiak": "modocache@gmail.com",
20     "Adam Sharp": "adsharp@me.com"
21   },
22   "ios": {
23     "xcconfig": {
24       "FRAMEWORK_SEARCH_PATHS": "$(SDKROOT)/Developer/Library/Frameworks $(inherited) $(DEVELOPER_FRAMEWORKS_DIR)",
25       "FRAMEWORK_SEARCH_PATHS[sdk=iphoneos8.0]": "$(inherited) $(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/Library/Frameworks",
26       "FRAMEWORK_SEARCH_PATHS[sdk=iphonesimulator8.0]": "$(inherited) $(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks"
27     }
28   },
29   "osx": {
30     "xcconfig": {
31       "FRAMEWORK_SEARCH_PATHS": "$(DEVELOPER_FRAMEWORKS_DIR)",
32       "FRAMEWORK_SEARCH_PATHS[sdk=macosx10.10]": "$(inherited) $(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks"
33     }
34   },
35   "platforms": {
36     "ios": "5.0",
37     "osx": "10.7"
38   },
39   "frameworks": "XCTest",
40   "source_files": "Classes/**/*.{h,m}",
41   "requires_arc": true,
42   "prefix_header_contents": "#import <XCTest/XCTest.h>"