blob: 01955417374f6b18e389bbdc0a66c0e0996dc037 [file] [log] [blame]
{
"name": "SwiftCamera",
"version": "1.0.0",
"summary": "Swift Camera",
"homepage": "https://github.com/mohamedrias/SwiftCamera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mohamed Rias": "mohamedrias@gmail.com"
},
"social_media_url": "http://facebook.com/techieblogger",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mohamedrias/SwiftCamera.git",
"tag": "1.0.0"
},
"source_files": [
"SwiftCamera",
"SwiftCamera/Classes/*.swift"
],
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMedia",
"CoreImage"
],
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
},
"pushed_with_swift_version": "2.3"
}