blob: 06e96e2cf3e94fc508ec8871c184328dc0fd8464 [file] [log] [blame]
{
"name": "Variable",
"version": "0.0.1",
"summary": "Observable variable for iOS and macOS",
"description": "Observable variable for iOS and macOS. With simple API.",
"homepage": "https://github.com/konstantints/Variable.git",
"license": "MIT",
"authors": {
"Konstantin Tsistjakov": "konstantin@chippstudio.ee"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/konstantints/Variable.git",
"tag": "0.0.1"
},
"source_files": [
"Variable",
"Variable/**/*.{h,m,swift}"
]
}