blob: 7083fb65300b1d41641123e03c3bbbd2b3a9dcb4 [file] [log] [blame]
{
"name": "ZoomableListController",
"version": "0.1.0",
"summary": "Apple's iOS Weather App List Imitation written in Swift",
"description": " This control allows you to imitate the behaviour of the Apple's built-in weather app with a tabular list and pinch to expand feature to perform a live transition to a page-scrollview data representation.\n",
"homepage": "https://github.com/malcommac/ZoomableListController",
"license": "MIT",
"authors": {
"daniele margutti": "me@danielemargutti.com"
},
"source": {
"git": "https://github.com/malcommac/ZoomableListController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ZoomableListController": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"CircularScrollView": [
]
}
}