blob: b644c064813e8e64f265a75e0638563370060981 [file] [log] [blame]
{
"name": "JIMEnvironments",
"version": "1.0.0",
"summary": "A simple solution to handle environment specific settings.",
"description": " A simple solution to handle environment specific settings.\n It uses the current Build Configuration (Debug, Release...) name to retrieve settings from a Plist file.\n",
"homepage": "https://github.com/nebiros/JIMEnvironments",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Juan Felipe Alvarez Saldarriaga": "nebiros@gmail.com"
},
"social_media_url": "http://twitter.com/nebiros",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/nebiros/JIMEnvironments.git",
"tag": "1.0.0"
},
"source_files": "JIMEnvironments/*.{h,m}",
"requires_arc": true
}