blob: 02cf2c840b5c3e9ff4cc9b686f1437b3ed1e1b3b [file] [log] [blame]
{
"name": "CMEnvironment",
"version": "1.1.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.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": "CMEnvironmentExample/CMEnvironment",
"dependencies": {
"NSDictionary+TRVSUnderscoreCamelCaseAdditions": [
"~> 0.1.0"
]
}
}