[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 8 / d / TWCameraPicker / 1.0.2 / TWCameraPicker.podspec.json
blobd372946c3ff6b01704cc57fab79c2ac41cbf3104
2   "name": "TWCameraPicker",
3   "version": "1.0.2",
4   "summary": "A camera picker used on iOS.",
5   "description": "It is a camera picker used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/1001hotel/TWCameraPicker",
7   "license": "MIT",
8   "authors": {
9     "xurenyan": "812610313@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/1001hotel/TWCameraPicker.git",
17     "tag": "1.0.2"
18   },
19   "source_files": "TWCameraPicker/TWCameraPicker/TWCameraPicker/*.{h,m}",
20   "resources": [
21     "TWCameraPicker/**/*.png",
22     "TWCameraPicker/TWCameraPicker/TWCameraPicker/*.xib"
23   ],
24   "frameworks": [
25     "AVFoundation",
26     "Foundation",
27     "UIKit",
28     "CoreLocation",
29     "MobileCoreServices",
30     "AssetsLibrary"
31   ]