[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / c / 6 / SKCamera / 1.0.1 / SKCamera.podspec.json
blob5451a5430ecac70144cd664442a1449a80a8b95f
2   "name": "SKCamera",
3   "version": "1.0.1",
4   "summary": "A custom camera picker controller.",
5   "description": "A custom camera picker controller. Use one line of code to present camera in any iOS device.",
6   "homepage": "http://sagarrkothari.com/",
7   "license": {
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Sagar Kothari": "sag333ar@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/sag333ar/SKCamera.git",
18     "tag": "1.0.1"
19   },
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "pushed_with_swift_version": "3.0",
25   "subspecs": [
26     {
27       "name": "Camera",
28       "resources": "Camera/SRKImages/*.png",
29       "source_files": [
30         "Camera/SRKClasses/*.{h,m}",
31         "Camera/SRKCamera.swift"
32       ]
33     }
34   ]