[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 8 / 9 / AMTestHelpers / 2.1.0 / AMTestHelpers.podspec.json
blob8e091e90cc5128c4ec88a9c0c8354f974346287a
2   "name": "AMTestHelpers",
3   "version": "2.1.0",
4   "swift_version": "4.2",
5   "summary": "A collection of extensions and methods that make unit testing difficult behaviors easy.",
6   "description": "`AMTestHelpers` helps make unit testing behaviors that are difficult to test, such as presenting view controllers, simple and easy through method swizzling.",
7   "homepage": "https://github.com/AnthonyMDev/AMTestHelpers",
8   "license": "MIT",
9   "authors": {
10     "Anthony Miller": "AnthonyMDev@gmail.com.com"
11   },
12   "source": {
13     "git": "https://github.com/AnthonyMDev/AMTestHelpers.git",
14     "tag": "2.1.0"
15   },
16   "social_media_url": "https://twitter.com/AnthonyMDev",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "AMTestHelpers/*.{swift,h,m}",
22   "frameworks": [
23     "UIKit",
24     "XCTest"
25   ],
26   "dependencies": {
27     "JRSwizzle": [
28       "~> 1.0"
29     ]
30   }