[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / e / 7 / f / DryButton-iOS / 0.0.1 / DryButton-iOS.podspec.json
blobd48d0c7a562566ab1b0317a2ac769e5d8c19f976
2   "name": "DryButton-iOS",
3   "version": "0.0.1",
4   "summary": "DryButton-iOS",
5   "homepage": "https://github.com/duanruiying/DryButton-iOS",
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/DryButton-iOS.git",
15     "tag": "0.0.1"
16   },
17   "description": "TODO: 简单UIButton封装.",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "requires_arc": true,
23   "user_target_xcconfig": {
24     "OTHER_LDFLAGS": [
25       "-w"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "OTHER_LDFLAGS": [
30       "-w"
31     ]
32   },
33   "source_files": "DryButton-iOS/Classes/Code/**/*",
34   "frameworks": [
35     "UIKit",
36     "Foundation"
37   ],
38   "swift_version": "5.0"