blob: d8a5b9b5022d9c500e791f3c12798814d0e529d1 [file] [log] [blame]
{
"name": "SCConfiguration",
"version": "2.2.0",
"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.2.0"
},
"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",
"Security"
]
}