blob: 894e26ef85837ab3ec966ab8dba51e32196f077f [file] [log] [blame]
{
"name": "iTestFramework",
"version": "0.0.4",
"summary": "This is simple iOS Test Framework. Created to explore cocapods public libraries usage",
"description": "Simple to use\n1. Add pod 'iTestFramework' in your pod file and save it\n2. Goto terminal, cd your_project_folder_containing_podfile\n3. pod install",
"homepage": "https://github.com/isunilapps",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"isunilapps": "isunilapps@gmail.com"
},
"source": {
"git": "https://github.com/isunilapps/iTestFramework.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "11.0"
},
"source_files": "iTestFramework/Classes/**/*"
}