[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / b / e / 7 / UzysAssetsPickerController / 0.9.4 / UzysAssetsPickerController.podspec.json
blob1924b76aa4cc46ca7287ec15e1b46dd691a80c3c
2   "name": "UzysAssetsPickerController",
3   "version": "0.9.4",
4   "summary": "Alternative UIImagePickerController , You can take a picture with camera and pick multiple photos and videos.",
5   "authors": {
6     "UzysJung": "uzysjung@gmail.com"
7   },
8   "homepage": "https://github.com/uzysjung/UzysAssetsPickerController",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/uzysjung/UzysAssetsPickerController.git",
18     "tag": "0.9.4"
19   },
20   "requires_arc": true,
21   "source_files": "UzysAssetsPickerController/Library",
22   "resources": [
23     "UzysAssetsPickerController/Library/*.xib",
24     "UzysAssetsPickerController/Library/UzysAssetPickerController.bundle"
25   ],
26   "public_header_files": "UzysAssetsPickerController/Library/*.h",
27   "ios": {
28     "frameworks": [
29       "QuartzCore",
30       "MobileCoreServices",
31       "AVFoundation",
32       "AssetsLibrary",
33       "CoreGraphics"
34     ]
35   }