[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 1 / b / PieCrust / 0.3 / PieCrust.podspec.json
blob6c5d7d24446a1689ac9d490c968cea03b221a875
2   "name": "PieCrust",
3   "version": "0.3",
4   "summary": "PieCrust is an abstraction layer we use to create iOS apps quickly and efficiently.",
5   "description": "PieCrust is an 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/logo.svg",
13   "authors": {
14     "Mobilion": "https://github.com/MobilionOSS",
15     "Omar Albeik": "https://twitter.com/omaralbeik"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/MobilionOSS/PieCrust.git",
22     "tag": "0.3"
23   },
24   "source_files": "Sources/**/*.swift",
25   "ios": {
26     "resource_bundles": {
27       "PieCrustAssets": "Assets/PieCrustAssets.bundle/Images"
28     },
29     "frameworks": "UIKit"
30   },
31   "requires_arc": true,
32   "dependencies": {
33     "SnapKit": [
34       "~> 4.0"
35     ]
36   },
37   "deprecated": true,
38   "swift_version": "4.0"