[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 1 / 0 / Initializable / 2.0.0 / Initializable.podspec.json
blob814a761c9a5ac57d70a9d20d6396ef6f40b87b90
2   "name": "Initializable",
3   "version": "2.0.0",
4   "summary": "Application Initializer protocols",
5   "description": "Initializable is a set of protocols that allow you to initialize third party\nframeworks and other settings on app launch. It also allows your frameworks\nto tie into `applicationDidEnterForeground`.",
6   "homepage": "http://endoze.github.io/Initializable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris": "chris@wideeyelabs.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/endoze/Initializable.git",
22     "tag": "2.0.0"
23   },
24   "source_files": [
25     "Initializable/Initializable.swift",
26     "Initializable/Configurable.swift"
27   ],
28   "pushed_with_swift_version": "3.0"