[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 9 / 5 / e / ImageActionSheet / 1.0.1 / ImageActionSheet.podspec.json
blob7030cd2a0d78ff309aa4e5dc1cfa935d2aadbc40
2   "name": "ImageActionSheet",
3   "version": "1.0.1",
4   "summary": "iOS Native style action sheet with the option of showing icons.",
5   "description": "iOS Native style action sheet with the option of showing icons. It is a complete implementation and does not use any private api of UIKit.",
6   "homepage": "https://github.com/bismasaeed00/ImageActionSheet",
7   "screenshots": "https://user-images.githubusercontent.com/16186934/83187499-87f88480-a12e-11ea-8a12-19e08cebb4dc.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Bisma Saeed": "bismasaeed00@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/bismasaeed00/ImageActionSheet.git",
17     "branch": "master",
18     "tag": "1.0.1"
19   },
20   "social_media_url": "https://twitter.com/bismasaeed00",
21   "platforms": {
22     "ios": "13.0"
23   },
24   "requires_arc": true,
25   "static_framework": true,
26   "source_files": "ImageActionSheet/Classes/**/*",
27   "swift_versions": "5.0",
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-Wl,-force_load,${PODS_CONFIGURATION_BUILD_DIR}/ImageActionSheet/ImageActionSheet.framework/ImageActionSheet"
30   },
31   "swift_version": "5.0"