[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 5 / 0 / HXPhotoPickerKit / 1.0.1 / HXPhotoPickerKit.podspec.json
blob0557635310fb9b5bc64f90e24820c6284a57f801
2   "name": "HXPhotoPickerKit",
3   "version": "1.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "HXPhotoPickerKit/Classes/HXPhotoPicker.framework/Headers/*.{h}",
23   "vendored_frameworks": [
24     "HXPhotoPickerKit/Classes/HXPhotoPicker.framework"
25   ],
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "public_header_files": "HXPhotoPickerKit/Classes/HXPhotoPicker.framework/Headers/*.{h}",
33   "frameworks": [
34     "Foundation",
35     "CoreFoundation",
36     "UIKit"
37   ],
38   "dependencies": {
39     "SDWebImage": [
41     ],
42     "AFNetworking": [
44     ]
45   }