[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 6 / e / Kiwi / 2.1 / Kiwi.podspec.json
blob6f0ad9b36affac8760983a60c1448b033d98f458
2   "name": "Kiwi",
3   "version": "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   },
10   "license": {
11     "type": "MIT",
12     "file": "License.txt"
13   },
14   "source": {
15     "git": "https://github.com/allending/Kiwi.git",
16     "tag": "2.1"
17   },
18   "source_files": "Classes",
19   "frameworks": "SenTestingKit",
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   "requires_arc": false