[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / 3 / e / DryAWSS3 / 0.0.1 / DryAWSS3.podspec.json
bloba5963d144fcf541b6ede86d58f8253fe7deb8fa8
2   "name": "DryAWSS3",
3   "version": "0.0.1",
4   "summary": "DryAWSS3",
5   "homepage": "https://github.com/duanruiying/DryAWSS3",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "duanruiying": "2237840768@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/duanruiying/DryAWSS3.git",
15     "tag": "0.0.1"
16   },
17   "description": "TODO: 亚马逊AWSS3简化集成(文件上传).",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "user_target_xcconfig": {
23     "OTHER_LDFLAGS": [
24       "-w",
25       "-ObjC"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "OTHER_LDFLAGS": [
30       "-w"
31     ]
32   },
33   "source_files": "DryAWSS3/Classes/Code/**/*",
34   "public_header_files": "DryAWSS3/Classes/Code/Public/**/*.h",
35   "frameworks": [
36     "UIKit",
37     "Foundation"
38   ],
39   "dependencies": {
40     "AWSS3": [
42     ]
43   }