[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 4 / f / 1 / Swift-Utils / 1.0.1 / Swift-Utils.podspec.json
blob05af15e75e9d9a29a4411c3da8786976c4fd4535
2   "name": "Swift-Utils",
3   "version": "1.0.1",
4   "summary": "Swift Utils can be used to simplify various tasks. They are actually an extension to your UIView, UIViewController, NSObject etc.",
5   "description": "Swift Utils can be used to simplify various tasks. They are actually an extension to your UIView, UIViewController, NSObject etc. There is a wonderful extension to add popUp into our viewcontroller or UIWindow from different directions and at different positions.",
6   "homepage": "https://github.com/amrit42087/Swift-Utils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "amrit42087": "amritsidhu88@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/amrit42087/Swift-Utils.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Swift-Utils/Classes/**/*",
22   "swift_version": "4.2",
23   "resource_bundles": {
24     "Swift-Utils": [
25       "Swift-Utils/Assets/*.png",
26       "Resources/Assets.xcassets",
27       "Resources/Swift-Utils.bundle"
28     ]
29   },
30   "frameworks": "UIKit"