[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / 7 / mimic-objc / 0.1.0 / mimic-objc.podspec.json
blobfffa04bb939f14638cdd87d1540ea4dc396006a3
2   "name": "mimic-objc",
3   "version": "0.1.0",
4   "summary": "Create live server stubs for your end-to-end tests.",
5   "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",
6   "homepage": "https://github.com/cybertk/mimic-objc",
7   "license": "MIT",
8   "authors": {
9     "Quanlong He": "kyan.ql.he@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/cybertk/mimic-objc.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "LRMimic/LRMimic.{h,m}"