[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 8 / b / StackCards / 1.0.0 / StackCards.podspec.json
blob1ee93fb108254da816af6908523f6703973219c1
2   "name": "StackCards",
3   "version": "1.0.0",
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": "1.0.0"
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/StackCards/**/*.{swift}",
32   "swift_versions": "5.0",
33   "swift_version": "5.0"