[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 9 / 5 / e / ImageActionSheet / 1.0.0 / ImageActionSheet.podspec.json
blobbd8e11a01803bce1120e3bc6fc152a42047d0990
2   "name": "ImageActionSheet",
3   "version": "1.0.0",
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     "tag": "1.0.0"
18   },
19   "social_media_url": "https://twitter.com/bismasaeed00",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "requires_arc": true,
24   "static_framework": true,
25   "source_files": "ImageActionSheet/Classes/**/*",
26   "swift_versions": "5.0",
27   "xcconfig": {
28     "OTHER_LDFLAGS": "-Wl,-force_load,${PODS_CONFIGURATION_BUILD_DIR}/ImageActionSheet/ImageActionSheet.framework/ImageActionSheet"
29   },
30   "swift_version": "5.0"