[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / 1 / b / PieCrust / 0.6 / PieCrust.podspec.json
blob63c2ad8fc68904f97c2d0fb073a759abef720362
2   "name": "PieCrust",
3   "version": "0.6",
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/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": "0.6"
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   "dependencies": {
35     "SnapKit": [
36       "~> 4.0"
37     ],
38     "SwifterSwift/SwiftStdlib": [
39       "~> 4.1"
40     ],
41     "SwifterSwift/Foundation": [
42       "~> 4.1"
43     ]
44   },
45   "deprecated": true,
46   "swift_version": "4.0"