blob: 6ec3c7e6af7a0a6b52f00d266dd04cf2d296ed78 [file] [log] [blame]
{
"name": "ConfigurationKit",
"version": "1.1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/delannoyk/ConfigurationKit",
"authors": {
"Kevin Delannoy": "delannoyk@gmail.com"
},
"summary": "ConfigurationKit is a framework that helps you to always have right configuration for your apps.",
"source": {
"git": "https://github.com/delannoyk/ConfigurationKit.git",
"tag": "1.1.0"
},
"source_files": "sources/ConfigurationKit/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"osx": {
"exclude_files": "sources/ConfigurationKit/event/ApplicationEventProducer.swift"
},
"requires_arc": true
}