blob: fef33d2b25baee874a32aab677526a0a724152a4 [file] [log] [blame]
{
"name": "ReactantLiveUI",
"version": "0.4.0",
"summary": "Live reloading of ReactantUI XML files.",
"description": "ReactantLiveUI adds live reloading capabilities to ReactantUI.",
"homepage": "http://reactant.tech",
"license": "MIT",
"authors": {
"Tadeas Kriz": "tadeas@brightify.org",
"Matous Hybl": "matous@brightify.org",
"Filip Dolnik": "filip@brightify.org"
},
"source": {
"git": "https://github.com/Brightify/ReactantUI.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/BrightifyOrg",
"requires_arc": true,
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"swift_versions": "5.1",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-D ReactantRuntime"
},
"dependencies": {
"Reactant": [
"> 1.3"
],
"Reactant/TableView": [
"> 1.3"
],
"Reactant/FallbackSafeAreaInsets": [
"> 1.3"
],
"RxCocoa": [
]
},
"source_files": [
"Sources/Common/**/*.swift",
"Sources/Live/**/*.{swift,h,m}",
"Sources/Tokenizer/**/*.swift"
],
"swift_version": "5.1"
}