blob: c0f744a1a65e7882423993e367ea9e900183c46d [file] [log] [blame]
{
"name": "ConfigurationKit",
"version": "1.0.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 iOS apps.",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/delannoyk/ConfigurationKit.git",
"tag": "1.0.0"
},
"source_files": "sources/ConfigurationKit/**/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}