[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 8 / c / OBHotShots / 1.1.0 / OBHotShots.podspec.json
blob794310e2676890f21938039fc5cfa2d0e7833082
2   "name": "OBHotShots",
3   "version": "1.1.0",
4   "summary": "Some helper class for creating app screenshots using normal unit tests that can be used for the AppStore",
5   "homepage": "https://github.com/openbakery/HotShots",
6   "authors": {
7     "RenĂ© Pirringer": "rene@openbakery.org"
8   },
9   "social_media_url": "https://twitter.com/rpirringer",
10   "source": {
11     "git": "https://github.com/openbakery/Hotshots.git",
12     "tag": "1.1.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "license": "BSD",
18   "requires_arc": true,
19   "default_subspecs": "Default",
20   "frameworks": "XCTest",
21   "subspecs": [
22     {
23       "name": "Default",
24       "source_files": [
25         "Core/Source/*.{h,m}",
26         "Core/Source/Helpers/*.{h,m}"
27       ],
28       "dependencies": {
29         "OBHotShots/Script": [
31         ]
32       }
33     },
34     {
35       "name": "Script",
36       "source_files": "Core/Script/*.{gradle,template}"
37     }
38   ]