blob: 7030cd2a0d78ff309aa4e5dc1cfa935d2aadbc40 [file] [log] [blame]
{
"name": "ImageActionSheet",
"version": "1.0.1",
"summary": "iOS Native style action sheet with the option of showing icons.",
"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.",
"homepage": "https://github.com/bismasaeed00/ImageActionSheet",
"screenshots": "https://user-images.githubusercontent.com/16186934/83187499-87f88480-a12e-11ea-8a12-19e08cebb4dc.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bisma Saeed": "bismasaeed00@gmail.com"
},
"source": {
"git": "https://github.com/bismasaeed00/ImageActionSheet.git",
"branch": "master",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/bismasaeed00",
"platforms": {
"ios": "13.0"
},
"requires_arc": true,
"static_framework": true,
"source_files": "ImageActionSheet/Classes/**/*",
"swift_versions": "5.0",
"xcconfig": {
"OTHER_LDFLAGS": "-Wl,-force_load,${PODS_CONFIGURATION_BUILD_DIR}/ImageActionSheet/ImageActionSheet.framework/ImageActionSheet"
},
"swift_version": "5.0"
}