blob: 4a543e36229e3ace70a1f179024c205a3c9c8c9e [file] [log] [blame]
{
"name": "SmileViewController",
"version": "1.0.1",
"summary": "UIViewController that allows to detect smile in real time.",
"description": "UIViewController that allows to detect smile in real time (AVFoundation and CoreImage). There are additional features like photo sharing (Facebook, Twitter). It's also possible to take new selfie by pressing re-take button.",
"homepage": "https://github.com/MaximAlien/SmileViewController",
"screenshots": "https://raw.githubusercontent.com/MaximAlien/SmileViewController/master/resources/example.png",
"license": "MIT",
"authors": {
"MaximAlien": "maxim.makhun@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MaximAlien/SmileViewController.git",
"tag": "1.0.1"
},
"source_files": [
"SmileViewController",
"SmileViewController/**/*.{h,m}"
],
"frameworks": [
"AVFoundation",
"CoreImage",
"UIKit",
"Foundation",
"Social"
],
"requires_arc": true
}