| { |
| "name": "TFramework", |
| "version": "1.0.0", |
| "summary": "A test framework which purpose is just creation of framework!", |
| "description": "Test framework which purpose is creation of framework and pushing it on cocoapods and use it like cocoa pod.", |
| "homepage": "https://github.com/teodoragarashanin/TFramework.git", |
| "license": "MIT", |
| "authors": { |
| "Teodora Garasanin": "t.garasanin@levi9.com" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/teodoragarashanin/TFramework.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "TFramework", |
| "TFramework/**/*.{h,m}" |
| ] |
| } |