blob: 6f97d00992a3c6bbefe68b99ea0fde33191adb09 [file] [log] [blame]
{
"name": "PayskyPayButtonSDK",
"version": "1.0.1",
"summary": "A short description of PayskyPayButtonSDK.podspec.",
"description": "A short description of PayskyPayButtonSDK.podspec.",
"homepage": "https://github.com/omareltahanPaySky/PayskyPayButtonSDK",
"license": "MIT",
"authors": {
"omar eltahan": "Omar.eltahan@paysky.io"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/omareltahanPaySky/PayskyPayButtonSDK.git",
"tag": "1.0.0"
},
"source_files": "PayButton/**/*.{swift,h,m}",
"xcconfig": {
"APPLY_RULES_IN_COPY_FILES": "YES",
"STRINGS_FILE_OUTPUT_ENCODING": "binary",
"OTHER_LDFLAGS": "-lz"
},
"public_header_files": "PayButton/PayButton-Bridging-Header.h",
"exclude_files": [
"PayButton/TestApi/Base.lproj/LaunchScreen.storyboard",
"PayButton/TestApi/Base.lproj/Main.storyboard",
"PayButton/TestApi/ViewController.swift",
"PayButton/Info.plist",
"PayButton/Assets.xcassets/AppIcon.appiconset/**"
],
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 5.0.0-rc.3"
],
"EVReflection": [
"~> 5.10.1"
],
"PayCardsRecognizer": [
"~> 1.1.7"
],
"PopupDialog": [
"~> 1.1.1"
]
},
"static_framework": true,
"requires_arc": true,
"resources": "PayButton/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,lproj,json,plist,strings}",
"resource_bundles": {
"PayButton": [
"PayButton/Strings/*.lproj/*.strings"
]
}
}