blob: 7bc5a5e1d95621f8955d4f3f563353754b73131b [file] [log] [blame]
{
"name": "InjectStory",
"version": "0.1",
"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": "8.0"
},
"source": {
"git": "https://github.com/MaciejGad/InjectStory.git",
"tag": "v0.1"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}