blob: d8b16b015ae0d94334ab307c4fd3b1ceb5d40178 [file] [log] [blame]
{
"name": "SS-iOS-Toolbox",
"version": "1.0",
"summary": "Useful Toolbox for upcoming projects",
"description": "* Toolbox including:\n*\n* CoreDataManager\n* FileHelper\n* NetworkingMain\n* AlertController\n* CurrentViewControllerHelper",
"homepage": "https://github.com/scherersoftware/SS-iOS-Toolbox.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Scherer Software",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/scherersoftware/SS-iOS-Toolbox.git",
"tag": "1.0"
},
"source_files": "SSToolbox/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
}