[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 5 / d / SWExtensions / 0.1.0 / SWExtensions.podspec.json
blob4277622fc202b8d0ea1a8e86a007114cbf2f4146
2   "name": "SWExtensions",
3   "version": "0.1.0",
4   "summary": "Collection of must have swift extensions for iOS developers.",
5   "description": "Collection of must have swift extensions for iOS developers.\n                        Most of them is a wrapper of UIKit, Foundations and Core Animation boilerplates.\n                       ",
6   "homepage": "https://github.com/skywinder/SWExtensions",
7   "license": "MIT",
8   "authors": {
9     "Petr Korolev": "sky4winder@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/skywinder/SWExtensions.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/skywinder",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "SWExtensions/**/*",
21   "frameworks": [
22     "UIKit",
23     "QuartzCore"
24   ]