[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / b / PieCrust / 1.0 / PieCrust.podspec.json
blobc7785cda60c35b923d642f28e16e141f8723ae3b
2   "name": "PieCrust",
3   "version": "1.0",
4   "summary": "PieCrust is a protocol oriented abstraction layer we use to create iOS apps quickly and efficiently.",
5   "description": "PieCrust is a protocol oriented abstraction layer built on top of UIKit with handy classes, protocols, extensions, syntactic sugar and more, to create iOS apps quickly and efficiently.",
6   "homepage": "https://github.com/MobilionOSS/PieCrust",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "social_media_url": "http://twitter.com/omaralbeik",
12   "screenshots": "https://cdn.rawgit.com/MobilionOSS/PieCrust/master/Assets/piecrust-logo.svg",
13   "authors": {
14     "Mobilion": "https://github.com/MobilionOSS",
15     "Omar Albeik": "https://twitter.com/omaralbeik"
16   },
17   "module_name": "PieCrust",
18   "source": {
19     "git": "https://github.com/MobilionOSS/PieCrust.git",
20     "tag": "1.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "documentation_url": "https://mobilionoss.github.io/PieCrustDocs/",
24   "requires_arc": true,
25   "ios": {
26     "resource_bundles": {
27       "PieCrustAssets": "Assets/PieCrustAssets.bundle/Images"
28     },
29     "frameworks": "UIKit"
30   },
31   "platforms": {
32     "ios": "9.0"
33   },
34   "deprecated": true,
35   "swift_version": "4.1"