blob: 814a761c9a5ac57d70a9d20d6396ef6f40b87b90 [file] [log] [blame]
{
"name": "Initializable",
"version": "2.0.0",
"summary": "Application Initializer protocols",
"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`.",
"homepage": "http://endoze.github.io/Initializable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris": "chris@wideeyelabs.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/endoze/Initializable.git",
"tag": "2.0.0"
},
"source_files": [
"Initializable/Initializable.swift",
"Initializable/Configurable.swift"
],
"pushed_with_swift_version": "3.0"
}