[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / b / PieCrust / 0.1 / PieCrust.podspec.json
blob2d62541afd272a598948912c6b1c877637e7f43f
2   "name": "PieCrust",
3   "version": "0.1",
4   "summary": "[WIP] PieCrust is the foundation layer we use here at Mobilion to write iOS apps with ease.",
5   "homepage": "https://github.com/MobilionOSS/PieCrust",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Mobilion": "https://github.com/MobilionOSS",
12     "Omar Albeik": "https://twitter.com/omaralbeik"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/MobilionOSS/PieCrust.git",
19     "tag": "0.1"
20   },
21   "source_files": "Sources/**/*.swift",
22   "ios": {
23     "resource_bundles": {
24       "PieCrustAssets": "Assets/PieCrustAssets.bundle/Images"
25     },
26     "frameworks": "UIKit"
27   },
28   "requires_arc": true,
29   "dependencies": {
30     "SnapKit": [
31       "~> 4.0"
32     ]
33   },
34   "deprecated": true,
35   "swift_version": "4.0"