[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / d / SwiftStepProgress / 0.0.1 / SwiftStepProgress.podspec.json
blob43b0ccb2edb2acf61a45c66f4c459b835e5e3530
2   "name": "SwiftStepProgress",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A step progress view written in Swift",
9   "homepage": "http://applicodo.com",
10   "social_media_url": "https://twitter.com/cyupa89",
11   "authors": {
12     "Ciprian Redinciuc": "ciprian@applicodo.com"
13   },
14   "source": {
15     "git": "https://github.com/cyupa/SwiftStepProgressView.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "swift_versions": [
23     "3.2",
24     "4.0",
25     "4.2",
26     "5.0",
27     "5.0"
28   ],
29   "default_subspecs": "Core",
30   "swift_version": "5.0",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources/**/*.swift",
35       "frameworks": [
36         "Foundation",
37         "UIKit",
38         "QuartzCore"
39       ]
40     }
41   ]