blob: 782ba0d490bcdafc077165a6654e8fa567d32c7c [file] [log] [blame]
{
"name": "SCConfiguration",
"version": "2.0.1",
"summary": "With SCConfiguration you can easily manage encrypted, environment dependent (or global) configuration parameters in a property list file.",
"homepage": "https://github.com/team-supercharge/SCConfiguration",
"source": {
"git": "https://github.com/team-supercharge/SCConfiguration.git",
"tag": "2.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Supercharge": "hello@supercharge.io"
},
"social_media_url": "https://twitter.com/TeamSupercharge",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"RNCryptor": [
"~> 2.0"
]
}
}