[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / 0 / Sukari / 0.2.1 / Sukari.podspec.json
blobfa181721a7e6e7ff269a8520794210a4e5b07c14
2   "name": "Sukari",
3   "version": "0.2.1",
4   "summary": "Elegant Syntactic Sugar For Swift",
5   "description": "Sukari 🍯 is a thin light weight framweork  that provides you with Elegant Syntactic Sugar For Swift which will:\n1.clean up your codebase and make it easier to read 📖\n2.Easily Intialize objects 🛠\n3.Throw away Guard Statements with Unwrap 🎫",
6   "homepage": "https://github.com/chrisbkarani/Sukari",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Karani": "chrisbkarani@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/cbkarani",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/chrisbkarani/Sukari.git",
23     "tag": "0.2.1"
24   },
25   "source_files": "Sources/*.swift",
26   "frameworks": [
27     "Foundation",
28     "CoreGraphics"
29   ]