[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 4 / Forgeries / 0.2.0 / Forgeries.podspec.json
blobf49eeba62c9fbf3b422b394e134543176b6beda0
2   "name": "Forgeries",
3   "version": "0.2.0",
4   "summary": "Helper methods for testing iOS code.",
5   "description": "Some helper methods for writing unit tests against iOS code. Currently:\n\n- UIGestureRecognizer subclasses.",
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.2.0"
15   },
16   "social_media_url": "https://twitter.com/ashfurrow",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "public_header_files": "Pod/Classes/**/*.h",
23   "frameworks": "UIKit"