[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 4 / f / Schwifty / 0.1.3 / Schwifty.podspec.json
bloba6cc5813ecddf161fd268dfb9e6a7d667138478b
2   "name": "Schwifty",
3   "version": "0.1.3",
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.3"
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   }