blob: 5e51f7ab1102b32479e4bc4a19a7b0df91413bc1 [file] [log] [blame]
{
"name": "Initializable",
"version": "1.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": "1.0.0"
},
"source_files": [
"Initializable/Initializable.swift",
"Initializable/Configurable.swift"
]
}