| { |
| "name": "TMROExtensionObject", |
| "version": "0.0.1", |
| "summary": "A simple NSObject extension written in Swift", |
| "description": "This allows you to add stored properties to your extensions", |
| "homepage": "https://github.com/TomorrowIdeas/TMROExtensionObject.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Benji": "benji@tomorrow.me" |
| }, |
| "platforms": { |
| "ios": "11.2" |
| }, |
| "swift_versions": "4.2", |
| "source": { |
| "git": "https://github.com/TomorrowIdeas/TMROExtensionObject.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "TMROExtensionObject/**/*.{h,m,swift}", |
| "swift_version": "4.2" |
| } |