[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / 9 / iOSTools / 0.10.13 / iOSTools.podspec.json
blob3e53ec2506aeb057279fe918e07541920c188eb1
2   "name": "iOSTools",
3   "version": "0.10.13",
4   "summary": "iOS tools kit to make your life easier.",
5   "homepage": "https://github.com/VladasZ/iOSTools",
6   "authors": {
7     "Vladas Zakrevskis": "146100@gmail.com"
8   },
9   "source": {
10     "git": "https://github.com/VladasZ/iOSTools.git",
11     "tag": "0.10.13"
12   },
13   "platforms": {
14     "ios": "9.0",
15     "watchos": "2.0"
16   },
17   "source_files": "Sources/Common/**/*.swift",
18   "watchos": {
19     "source_files": "Sources/watchOS/**/*.swift"
20   },
21   "ios": {
22     "source_files": "Sources/iOS/**/*.swift",
23     "resources": [
24       "Sources/iOS/Views/SwipyImageView/*.xib",
25       "Sources/iOS/Views/ProgressView/*.xib",
26       "Sources/iOS/Views/BannerAlertView/*.xib"
27     ],
28     "dependencies": {
29       "CustomIOSAlertView": [
31       ]
32     }
33   },
34   "license": "MIT",
35   "dependencies": {
36     "SwiftyTools": [
38     ]
39   }