| { |
| "name": "SwiftyLibTest", |
| "version": "0.0.2", |
| "summary": "A CocoaPods library written in Swift", |
| "description": "This CocoaPods library helps you perform calculation.", |
| "homepage": "https://github.com/Pratik-Sodha/SwiftyLibTestExamples", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Pratik": "pratiks274@gmail.com" |
| }, |
| "platforms": { |
| "ios": "12.1" |
| }, |
| "swift_versions": "5.0", |
| "source": { |
| "git": "https://github.com/Pratik-Sodha/SwiftyLibTestExamples.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "SwiftLibTest/**/*.{h,m,swift}", |
| "exclude_files": "Classes/Exclude", |
| "swift_version": "5.0" |
| } |