[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / a / b / SFAlertController / 0.1.3 / SFAlertController.podspec.json
blob0db016483c8848d0d72eb795b3bb1cd0a2ff3500
2   "name": "SFAlertController",
3   "version": "0.1.3",
4   "summary": "仿系统的UIAlertController,增加弹出自定义View功能.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/coderflower/SFAlertController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "花菜": "developer.swifter@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/coderflower/SFAlertController",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "SFAlertController/Classes/**/*",
23   "static_framework": true,
24   "default_subspecs": "Source",
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Source",
29       "source_files": "SFAlertController/**/*.{h,m,swift}"
30     },
31     {
32       "name": "Binary",
33       "vendored_frameworks": "Carthage/Build/iOS/Static/SFAlertController.framework",
34       "user_target_xcconfig": {
35         "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
36       }
37     }
38   ]