blob: de51f528d569801773c97730e0b7a00cf2fc8a0a [file] [log] [blame]
{
"name": "ObjectivePim",
"version": "0.1.2",
"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": "6.1"
},
"source": {
"git": "https://github.com/vbergae/ObjectivePim.git",
"tag": "0.1.2"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}