[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 7 / c / Variable / 0.0.1 / Variable.podspec.json
blob06e96e2cf3e94fc508ec8871c184328dc0fd8464
2   "name": "Variable",
3   "version": "0.0.1",
4   "summary": "Observable variable for iOS and macOS",
5   "description": "Observable variable for iOS and macOS. With simple API.",
6   "homepage": "https://github.com/konstantints/Variable.git",
7   "license": "MIT",
8   "authors": {
9     "Konstantin Tsistjakov": "konstantin@chippstudio.ee"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "swift_version": "4.0",
15   "source": {
16     "git": "https://github.com/konstantints/Variable.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "Variable",
21     "Variable/**/*.{h,m,swift}"
22   ]