[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 7 / c / 4 / Cam / 1.0.1 / Cam.podspec.json
blobde7e4a93fbba1b7a215d4c55ecacca95cac8b6cd
2   "name": "Cam",
3   "version": "1.0.1",
4   "summary": "In app Camera",
5   "description": "A camera lanched within app",
6   "homepage": "https://github.com/FreshworksStudio/Cam",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "amirshayegh": "shayegh@me.com"
13   },
14   "source": {
15     "git": "https://github.com/FreshworksStudio/Cam.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Cam/Classes/**/*.{swift}",
22   "resource_bundles": {
23     "Cam": [
24       "Cam/Classes/**/*.{storyboard,xib}",
25       "Cam/Assets/*.png"
26     ]
27   },
28   "dependencies": {
29     "Extended": [
31     ],
32     "Designer": [
34     ]
35   }