blob: 6795b4b71a5c0baa33004551a182d5b573919182 [file] [log] [blame]
{
"name": "iTestFramework",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "iTestFramework/Classes/**/*"
}