[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 4 / Forgeries / 0.6.0 / Forgeries.podspec.json
blob37542de1f4c9037172e37302ec5624cca9125207
2   "name": "Forgeries",
3   "version": "0.6.0",
4   "summary": "Smart subclasses for testing UIKit code.",
5   "description": "Forgeries is a library that makes unit testing iOS applications easier. UIKit has lots of limitations\nthat make sense in production code, but make testing difficult. Forgeries fixes that problem. Currently\nit includes subclasses for UIGestureRecognizers, NSUserDefaults and NSFileManager.",
6   "homepage": "https://github.com/ashfurrow/Forgeries",
7   "license": "MIT",
8   "authors": {
9     "Ash Furrow": "ash@ashfurrow.com",
10     "Orta Therox": "orta.therox@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/ashfurrow/Forgeries.git",
14     "tag": "0.6.0"
15   },
16   "social_media_url": "https://twitter.com/ashfurrow",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "default_subspecs": "Core",
21   "frameworks": [
22     "Foundation",
23     "XCTest"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Pod/Classes/*",
29       "public_header_files": "Pod/Classes/*.h"
30     },
31     {
32       "name": "Mocks",
33       "dependencies": {
34         "OCMock": [
36         ],
37         "Forgeries/Core": [
39         ]
40       },
41       "source_files": "Pod/Classes/Mocks/*",
42       "public_header_files": "Pod/Classes/Mocks/*.h"
43     }
44   ]