blob: b23747fcc037ee0636b1cf17581d6c4170f3c27f [file] [log] [blame]
{
"name": "RSLoadingView",
"version": "1.1.3",
"summary": "Awesome loading animations using 3D engine written with Swift",
"description": "`RSLoadingView` bring your app to the new age of loading animations using 3D engine.\n- Written with Swift\n- Customizable\n- Using Apple's SceneKit with OpenGL\n- Include HUB feature: show full screen loading HUB with one line of code\n- Or use as standalone view\n- Configurable in interface builder",
"homepage": "https://github.com/roytornado/RSLoadingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"git": "roytornado@gmail.com"
},
"source": {
"git": "https://github.com/roytornado/RSLoadingView.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"swift_version": "4.0",
"source_files": "RSLoadingView/Classes/**/*",
"resource_bundles": {
"RSLoadingView": [
"RSLoadingView/Assets/*"
]
}
}