[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 4 / f / Schwifty / 0.1.0 / Schwifty.podspec.json
blob56364cc2f89f921d737bad7cb24335731f54ee92
2   "name": "Schwifty",
3   "version": "0.1.0",
4   "summary": "Helpers to smooth out the edges and limit verbosity in Swift and Apple's SDKs",
5   "description": "A collection of extensions on core and Apple SDK types, wrapper and helper functions, and other utilities that reduce code bloat or make code more self-documenting.",
6   "homepage": "https://github.com/mikehenson/Schwifty",
7   "license": "MIT",
8   "authors": {
9     "Michael Henson": "mike@inscrutableape.com"
10   },
11   "source": {
12     "git": "https://github.com/mikehenson/Schwifty.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Schwifty": [
22       "Pod/Assets/*.png"
23     ]
24   }