blob: dba51ddb7aa450a0f557cc08f635a03c90da111a [file] [log] [blame]
{
"name": "ObjectivePim",
"version": "0.1.0",
"summary": "ObjectivePim is a small Dependency Injection Container for Objective-C based on Pimple's source code.",
"homepage": "https://github.com/vbergae/ObjectivePim",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"VĂ­ctor Berga": "vbergae@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/vbergae/ObjectivePim.git",
"tag": "0.1.0"
},
"source_files": "ObjectivePim/*.{h,m}",
"requires_arc": true
}