[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 6 / e / Kiwi / 1.1.0 / Kiwi.podspec.json
blob9f8cfa8ea1e121d71a77323795df85b34bfa0bc1
2   "name": "Kiwi",
3   "version": "1.1.0",
4   "summary": "A Behavior Driven Development library for iPhone and iPad development.",
5   "homepage": "http://kiwi-lib.info",
6   "authors": {
7     "Allen Ding": "allen@allending.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": "1.1.0"
17   },
18   "source_files": "Kiwi",
19   "frameworks": "SenTestingKit",
20   "xcconfig": {
21     "FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
22   },
23   "preserve_paths": [
24     "Examples",
25     "Classes",
26     "*.xcodeproj",
27     "Other Sources",
28     "Resources",
29     "Templates",
30     "Tests",
31     "*.sh"
32   ],
33   "requires_arc": false