[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 5 / 9 / 4 / SwiftFrame / 1.0.0 / SwiftFrame.podspec.json
blobe7bdde7fc78bd909b6f674bb2f4e6c4404c6dc9c
2   "name": "SwiftFrame",
3   "version": "1.0.0",
4   "summary": "iOS App Framework.",
5   "description": "iOS App Framework using Swift.",
6   "homepage": "https://github.com/tospery/SwiftFrame",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tospery": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/SwiftFrame.git",
16     "tag": "1.0.0"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "SwiftFrame/Classes/**/*",
24   "resource_bundles": {
25     "SwiftFrame": [
26       "SwiftFrame/Assets/*.png"
27     ]
28   },
29   "frameworks": [
30     "Foundation",
31     "UIKit",
32     "Accelerate",
33     "QuartzCore",
34     "CoreLocation",
35     "SystemConfiguration",
36     "AdSupport",
37     "WebKit",
38     "CoreGraphics",
39     "Photos"
40   ],
41   "dependencies": {
42     "QMUIKit/QMUICore": [
43       "4.0.4"
44     ],
45     "QMUIKit/QMUIComponents/QMUILabel": [
46       "4.0.4"
47     ],
48     "QMUIKit/QMUIComponents/QMUIButton": [
49       "4.0.4"
50     ]
51   },
52   "swift_version": "5.0"