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