[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 4 / c / a / PayskyPayButtonSDK / 1.0.1 / PayskyPayButtonSDK.podspec.json
blob6f97d00992a3c6bbefe68b99ea0fde33191adb09
2   "name": "PayskyPayButtonSDK",
3   "version": "1.0.1",
4   "summary": "A short description of PayskyPayButtonSDK.podspec.",
5   "description": "A short description of PayskyPayButtonSDK.podspec.",
6   "homepage": "https://github.com/omareltahanPaySky/PayskyPayButtonSDK",
7   "license": "MIT",
8   "authors": {
9     "omar eltahan": "Omar.eltahan@paysky.io"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/omareltahanPaySky/PayskyPayButtonSDK.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "PayButton/**/*.{swift,h,m}",
19   "xcconfig": {
20     "APPLY_RULES_IN_COPY_FILES": "YES",
21     "STRINGS_FILE_OUTPUT_ENCODING": "binary",
22     "OTHER_LDFLAGS": "-lz"
23   },
24   "public_header_files": "PayButton/PayButton-Bridging-Header.h",
25   "exclude_files": [
26     "PayButton/TestApi/Base.lproj/LaunchScreen.storyboard",
27     "PayButton/TestApi/Base.lproj/Main.storyboard",
28     "PayButton/TestApi/ViewController.swift",
29     "PayButton/Info.plist",
30     "PayButton/Assets.xcassets/AppIcon.appiconset/**"
31   ],
32   "frameworks": "UIKit",
33   "dependencies": {
34     "Alamofire": [
35       "~> 5.0.0-rc.3"
36     ],
37     "EVReflection": [
38       "~> 5.10.1"
39     ],
40     "PayCardsRecognizer": [
41       "~> 1.1.7"
42     ],
43     "PopupDialog": [
44       "~> 1.1.1"
45     ]
46   },
47   "static_framework": true,
48   "requires_arc": true,
49   "resources": "PayButton/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,lproj,json,plist,strings}",
50   "resource_bundles": {
51     "PayButton": [
52       "PayButton/Strings/*.lproj/*.strings"
53     ]
54   }