[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / c / 3 / RKKiwiMatchers / 0.20.0 / RKKiwiMatchers.podspec.json
blobda26e02856534024930a3c5283c62f533d0457fa
2   "name": "RKKiwiMatchers",
3   "version": "0.20.0",
4   "summary": "Provides a rich set of matchers for use in testing RestKit applications with the Kiwi Behavior Driven Development library.",
5   "homepage": "https://github.com/RestKit/RKKiwiMatchers",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Blake Watters": "blakewatters@gmail.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/RestKit/RKKiwiMatchers.git",
19     "tag": "0.20.0"
20   },
21   "source_files": "Code/*.{h,m}",
22   "dependencies": {
23     "Kiwi": [
24       "~> 2.0.0"
25     ]
26   },
27   "prefix_header_contents": "#ifdef __OBJC__\n#import <CoreData/CoreData.h>\n#endif /* __OBJC__*/\n"