[Add] CaptureSwiftyBeaver 0.16.6
[CocoaPods.git] / Specs / a / 9 / 4 / Forgeries / 0.5.0 / Forgeries.podspec.json
blob4f57fb8ad8878513ffc29ce39da60ef1fb568ebf
2   "name": "Forgeries",
3   "version": "0.5.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.5.0"
15   },
16   "social_media_url": "https://twitter.com/ashfurrow",
17   "platforms": {
18     "ios": "7.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     }
42   ]