[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / d / b / 6 / ZoomableListController / 0.1.0 / ZoomableListController.podspec.json
blob7083fb65300b1d41641123e03c3bbbd2b3a9dcb4
2   "name": "ZoomableListController",
3   "version": "0.1.0",
4   "summary": "Apple's iOS Weather App List Imitation written in Swift",
5   "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",
6   "homepage": "https://github.com/malcommac/ZoomableListController",
7   "license": "MIT",
8   "authors": {
9     "daniele margutti": "me@danielemargutti.com"
10   },
11   "source": {
12     "git": "https://github.com/malcommac/ZoomableListController.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ZoomableListController": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "CircularScrollView": [
28     ]
29   }