blob: 08decd298e951271b48256f2e616b946010fa3dd [file] [log] [blame]
{
"name": "ReactantLiveUI",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/BrightifyOrg",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-D ReactantRuntime"
},
"dependencies": {
"Reactant": [
"> 1.0"
],
"Reactant/TableView": [
"> 1.0"
],
"RxCocoa": [
]
},
"source_files": [
"Sources/Live/**/*.swift",
"Sources/Tokenizer/**/*.swift"
],
"pushed_with_swift_version": "3.0"
}