blob: 9bd520a5045debb9e8ee01eb03ff5d1fe9f7318b [file] [log] [blame]
{
"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"
}