| { |
| "name": "iTestFramework", |
| "version": "0.0.11", |
| "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.11" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source_files": "iTestFramework/Classes/**/*" |
| } |