blob: da26e02856534024930a3c5283c62f533d0457fa [file] [log] [blame]
{
"name": "RKKiwiMatchers",
"version": "0.20.0",
"summary": "Provides a rich set of matchers for use in testing RestKit applications with the Kiwi Behavior Driven Development library.",
"homepage": "https://github.com/RestKit/RKKiwiMatchers",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Blake Watters": "blakewatters@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/RestKit/RKKiwiMatchers.git",
"tag": "0.20.0"
},
"source_files": "Code/*.{h,m}",
"dependencies": {
"Kiwi": [
"~> 2.0.0"
]
},
"prefix_header_contents": "#ifdef __OBJC__\n#import <CoreData/CoreData.h>\n#endif /* __OBJC__*/\n"
}