blob: fffa04bb939f14638cdd87d1540ea4dc396006a3 [file] [log] [blame]
{
"name": "mimic-objc",
"version": "0.1.0",
"summary": "Create live server stubs for your end-to-end tests.",
"description": "Mimic is a testing tool that lets you set create a fake stand-in for an external web service to be used when writing integration/end-to-end tests for applications or libraries that access these services.\n",
"homepage": "https://github.com/cybertk/mimic-objc",
"license": "MIT",
"authors": {
"Quanlong He": "kyan.ql.he@gmail.com"
},
"source": {
"git": "https://github.com/cybertk/mimic-objc.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LRMimic/LRMimic.{h,m}"
}