blob: c07b9b0506619ae9e9b33844fc8fc40c86d03f4f [file] [log] [blame]
{
"name": "CMEnvironment",
"version": "1.0.0",
"summary": "Environment variables to your iOS project in a nicely way.",
"homepage": "https://github.com/lucasmedeirosleite/CMEnvironment",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Medeiros": "lucastoc@gmail.com"
},
"source": {
"git": "https://github.com/lucasmedeirosleite/CMEnvironment.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": "CMEnvironmentExample/CMEnvironment",
"dependencies": {
"NSDictionary+TRVSUnderscoreCamelCaseAdditions": [
"~> 0.1.0"
]
}
}