[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / 3 / f / CamShot / 0.1.6 / CamShot.podspec.json
bloba5a5ac73367c130d8630a91b8d73881e4a9f8e8c
2   "name": "CamShot",
3   "version": "0.1.6",
4   "summary": "CamShot will take screenshot every after 5 seconds and upload it on firebase.",
5   "description": "CamShot will take screenshot every after 5 seconds and upload it on firebase. You can manually start and stop it also.",
6   "homepage": "https://github.com/IshuPhogat/CamShot",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ishwar Singh": "ishwarsinghpss@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/IshuPhogat/CamShot.git",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "CamShot/Classes/**/*.{swift,h,m}",
22   "resources": "CamShot/**/*.{xcdatamodeld,xcassets,png,plist}",
23   "static_framework": true,
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "Firebase/Storage": [
31     ],
32     "Firebase/Core": [
34     ]
35   }