blob: 66f29ccc015a5c8d4f5d3489a73c84534b852d1b [file] [log] [blame]
{
"name": "PropertyExtensions",
"version": "1.0.5",
"summary": "Add Stored Properties In Swift Class Extensions",
"description": "PropertyExtensions allows you to dynamically add properties to your class extensions.",
"homepage": "https://github.com/bradhilton/PropertyExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/PropertyExtensions.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"PropertyExtensions",
"PropertyExtensions/**/*.{swift,h,m}"
],
"requires_arc": true
}