blob: 006eac8ef74886aff313de104fe646c193c9f773 [file] [log] [blame]
{
"name": "MGFinderView",
"version": "2.1",
"summary": "MGFinderView is an animated finder view useful for instance to focus or to suggest a point of the screen to the user.",
"homepage": "https://github.com/matteogobbi/MGFinderView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matteo Gobbi": "job@matteogobbi.it"
},
"source": {
"git": "https://github.com/matteogobbi/MGFinderView.git",
"tag": "2.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"MGFinderView/MGFinderView/*"
],
"frameworks": [
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}