[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / d / TWCameraPicker / 1.0.1 / TWCameraPicker.podspec.json
blob9a4026250a6f8e45c5a20acaa5709b271d7ac13e
2   "name": "TWCameraPicker",
3   "version": "1.0.1",
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.1"
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   ]