[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 8 / b / StackCards / 0.0.1 / StackCards.podspec.json
blob6da0785d84143ca876ccec9a622c9b5f565e67e5
2   "name": "StackCards",
3   "version": "0.0.1",
4   "summary": "iOS Framework which provides easy way to enable the stack card using UICollectionview",
5   "description": "Handling Card Stack might be tideuos some time so providing the light weight StackCards framework.",
6   "homepage": "https://github.com/abhi12340/StackCards",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Abhishek Kumar": "abhishekkumarthakur786@gmail.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/abhi12340/StackCards.git",
20     "tag": "0.0.1"
21   },
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "source_files": "StackCards/**/*.{swift}",
32   "swift_versions": "5.0",
33   "swift_version": "5.0"