[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 0 / RedGreen / 1.0.1 / RedGreen.podspec.json
blob054b6e0fac26acc3d1ab4c3632f47c7d47498b06
2   "name": "RedGreen",
3   "version": "1.0.1",
4   "summary": "RedGreen is an extension library for SenTestKit that makes the test output easier to parse by humans.",
5   "homepage": "http://github.com/neilco/RedGreen",
6   "license": "MIT (see LICENSE.txt)",
7   "authors": {
8     "Neil Cowburn": "git@neilcowburn.com"
9   },
10   "source": {
11     "git": "https://github.com/neilco/RedGreen.git",
12     "tag": "1.0.1"
13   },
14   "source_files": [
15     "RedGreen",
16     "RedGreen/SenTestLog+RedGreen.{h,m}"
17   ],
18   "frameworks": "SenTestingKit",
19   "ios": {
20     "xcconfig": {
21       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
22     }
23   },
24   "osx": {
25     "xcconfig": {
26       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
27     }
28   },
29   "platforms": {
30     "ios": "5.0",
31     "osx": "10.7"
32   },
33   "requires_arc": true,
34   "xcconfig": {
35     "OTHER_LDFLAGS": "-lObjC"
36   }