[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 5 / 0 / HXPhotoPickerKit / 1.0.0 / HXPhotoPickerKit.podspec.json
blob123e8fa50c84f53ef6517d0a98cc0d7387b0057d
2   "name": "HXPhotoPickerKit",
3   "version": "1.0.0",
4   "summary": "A framework of HXPhotoPickerKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/howoften/HXPhotoPickerKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "howoften": "liujianga@998.com"
13   },
14   "source": {
15     "git": "https://github.com/howoften/HXPhotoPickerKit.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "static_framework": true,
22   "requires_arc": true,
23   "source_files": "HXPhotoPickerKit/Classes/HXPhotoPicker.framework/Headers/*.{h}",
24   "vendored_frameworks": [
25     "HXPhotoPickerKit/Classes/HXPhotoPicker.framework"
26   ],
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "public_header_files": "HXPhotoPickerKit/Classes/HXPhotoPicker.framework/Headers/*.{h}",
34   "frameworks": [
35     "Foundation",
36     "CoreFoundation",
37     "UIKit"
38   ],
39   "dependencies": {
40     "SDWebImage": [
42     ],
43     "AFNetworking": [
45     ]
46   }