[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 6 / e / Kiwi / 2.3.0 / Kiwi.podspec.json
blob285b27e43df27c99b364206e7e752d7259785a4a
2   "name": "Kiwi",
3   "version": "2.3.0",
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.0"
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)\" \"$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\""
25     }
26   },
27   "osx": {
28     "xcconfig": {
29       "FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" $(inherited) \"$(DEVELOPER_FRAMEWORKS_DIR)\" \"$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks\""
30     }
31   },
32   "platforms": {
33     "ios": "5.0",
34     "osx": "10.7"
35   },
36   "frameworks": "XCTest",
37   "source_files": "Classes/**/*.{h,m}",
38   "requires_arc": true,
39   "prefix_header_contents": "#import <XCTest/XCTest.h>"