blob: 0d0a4b41d3a5b1597c77d4461dcd388c246b0679 [file] [log] [blame]
{
"name": "BAFluidView",
"version": "0.1.2",
"summary": "UIView that simulates a 2D view of a fluid in motion",
"description": " This view and it's layer create a 2D fluid animation that can be used to simulate a filling effect.\n more info at: [https://github.com/antiguab/BAFluidView](https://github.com/antiguab/BAFluidView)\n",
"homepage": "https://github.com/antiguab/BAFluidView",
"screenshots": [
"https://github.com/antiguab/BAFluidView/blob/master/readmeAssets/screenshot1.png?raw=true",
"https://github.com/antiguab/BAFluidView/blob/master/readmeAssets/screenshot2.png?raw=true",
"https://github.com/antiguab/BAFluidView/blob/master/readmeAssets/screenshot3.png?raw=true",
"https://github.com/antiguab/BAFluidView/blob/master/readmeAssets/screenshot4.png?raw=true"
],
"license": "MIT",
"authors": {
"Bryan Antigua": "antigua.b@gmail.com"
},
"source": {
"git": "https://github.com/antiguab/BAFluidView.git",
"tag": "0.1.2"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"BAFluidView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}