[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 6 / 2 / b / CaptureCenter / 0.1.0 / CaptureCenter.podspec.json
blobf34bc8cc09cbe5f11d7c8a4bdfad50c5199a4d4b
2   "name": "CaptureCenter",
3   "version": "0.1.0",
4   "summary": "CaptureCenter is a camera capture library for iOS. CaptureCenter helps you to do everything besides UI.",
5   "description": "CaptureCenter is a custom camera capture library for iOS. You can fit your custom capture layout with CaptureCenter, CaptureCenter helps you to do everything besides UI",
6   "homepage": "https://github.com/mingloan/CaptureCenter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mingloan": "mingloanchan@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mingloan/CaptureCenter.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/mingloan",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "CaptureCenter/Classes/**/*",
23   "ios": {
24     "resource_bundles": {
25       "CaptureCenter": "CaptureCenter/Assets/icon.xcassets"
26     }
27   },
28   "frameworks": [
29     "UIKit",
30     "AVFoundation",
31     "Photos"
32   ],
33   "pushed_with_swift_version": "3.0"