| { |
| "name": "SwiftStaticLib", |
| "version": "0.0.1", |
| "summary": "A CocoaPods library written in Swift", |
| "description": "This CocoaPods library helps you perform calculation.", |
| "homepage": "https://github.com/colddream/SwiftStaticLib", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Thang Do": "thang.do@saritasa.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": "5", |
| "source": { |
| "git": "https://github.com/colddream/SwiftStaticLib.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "SwiftStaticLib/**/*.{h,m,swift}", |
| "swift_version": "5" |
| } |