blob: b4b1417f1a92dbb23401d9e8392aa06419b244cf [file] [log] [blame]
{
"name": "iExtra",
"version": "1.3.0",
"summary": "iExtra contains a bunch of extra stuff for the iOS framework.",
"description": "iExtra is a Swift library that contains a bunch of extra stuff for the iOS framework.\nThere is no main focus; all general features I build for my various apps end up here\nin order to make the code in my apps app-specific.",
"homepage": "https://github.com/danielsaidi/iExtra",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Saidi": "daniel.saidi@gmail.com"
},
"source": {
"git": "https://github.com/danielsaidi/iExtra.git",
"tag": "1.3.0"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "8.0"
},
"source_files": "iExtra/**/*.swift"
}