blob: 8f6ff2043dbbe6fba2c21219ffeb5abbc6d4c105 [file] [log] [blame]
{
"name": "InjectStory",
"version": "0.4",
"summary": "Simple dependency injection framework for Swift",
"homepage": "https://github.com/MaciejGad/InjectStory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maciej Gad": "https://github.com/MaciejGad"
},
"social_media_url": "https://twitter.com/maciej_gad",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/MaciejGad/InjectStory.git",
"tag": "v0.4"
},
"source_files": "Source/*.swift",
"requires_arc": true
}