blob: bd89f56cbda220d214705117d271c28b2e342345 [file] [log] [blame]
{
"name": "ObserveIt",
"version": "1.0.0",
"summary": "Simple Observer pattern design",
"description": "Simple Observer pattern to avoid implement the observeValue function",
"homepage": "https://github.com/JuLima14/ObserveIt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Julian Lima",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/JuLima14/ObserveIt.git",
"tag": "1.0.0"
},
"swift_version": "4.2",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"source_files": [
"LibraryComponents/ObserveIt/Classes/**/*.{h,m,swift}"
]
}