blob: 6898b2550454ea60bebb610c8a09146f3e742a92 [file] [log] [blame]
{
"name": "BeKindRewind",
"version": "0.10.0",
"summary": "A simple way to record and replay network requests for testing and debugging.",
"description": "Provides an XCTestCase subclass for easily\nrecording and then replaying network events\nduring testing and development.",
"homepage": "https://github.com/jzucker2/BeKindRewind",
"license": "MIT",
"authors": {
"Jordan Zucker": "jordan.zucker@gmail.com"
},
"source": {
"git": "https://github.com/jzucker2/BeKindRewind.git",
"tag": "0.10.0"
},
"social_media_url": "https://twitter.com/jzucker",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9"
},
"requires_arc": true,
"dependencies": {
"OHHTTPStubs": [
"~> 5.0.0"
]
},
"frameworks": "XCTest",
"source_files": "BeKindRewind/Core/**/*",
"prepare_command": "ruby plist_resource_creator.rb",
"resource_bundles": {
"BeKindRewind": [
"BeKindRewind/Assets/*.plist"
]
}
}