[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / a / 4 / SmileViewController / 1.0.1 / SmileViewController.podspec.json
blob4a543e36229e3ace70a1f179024c205a3c9c8c9e
2   "name": "SmileViewController",
3   "version": "1.0.1",
4   "summary": "UIViewController that allows to detect smile in real time.",
5   "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.",
6   "homepage": "https://github.com/MaximAlien/SmileViewController",
7   "screenshots": "https://raw.githubusercontent.com/MaximAlien/SmileViewController/master/resources/example.png",
8   "license": "MIT",
9   "authors": {
10     "MaximAlien": "maxim.makhun@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/MaximAlien/SmileViewController.git",
17     "tag": "1.0.1"
18   },
19   "source_files": [
20     "SmileViewController",
21     "SmileViewController/**/*.{h,m}"
22   ],
23   "frameworks": [
24     "AVFoundation",
25     "CoreImage",
26     "UIKit",
27     "Foundation",
28     "Social"
29   ],
30   "requires_arc": true