[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / 4 / 3 / MockObject / 0.1.2 / MockObject.podspec.json
blobc29b56a5abef52ec96162e881eedc58ea36e2cde
2   "name": "MockObject",
3   "version": "0.1.2",
4   "summary": "Framework for creating mock objects of iOS framework elements that are unable to be instantiated.  Ex: CBPeripheral",
5   "description": "Mock any class, created to instantiate framework classes for unit testing an app that uses CoreBluetooth.  Ex: CBPeripheral",
6   "homepage": "https://github.com/cjlarsen/MockObject",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Larsen": "chris@christopherlarsen.com"
13   },
14   "social_media_url": "https://twitter.com/ChrsJLrsn",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/cjlarsen/MockObject.git",
20     "tag": "0.1.2"
21   },
22   "source_files": "MockObject/**/*.{h,m}",
23   "public_header_files": "MockObject/**/*.h",
24   "requires_arc": true