blob: 5451a5430ecac70144cd664442a1449a80a8b95f [file] [log] [blame]
{
"name": "SKCamera",
"version": "1.0.1",
"summary": "A custom camera picker controller.",
"description": "A custom camera picker controller. Use one line of code to present camera in any iOS device.",
"homepage": "http://sagarrkothari.com/",
"license": {
"file": "LICENSE"
},
"authors": {
"Sagar Kothari": "sag333ar@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/sag333ar/SKCamera.git",
"tag": "1.0.1"
},
"frameworks": [
"UIKit",
"Foundation"
],
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Camera",
"resources": "Camera/SRKImages/*.png",
"source_files": [
"Camera/SRKClasses/*.{h,m}",
"Camera/SRKCamera.swift"
]
}
]
}