[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / 8 / e / Reindeer / 0.1.0 / Reindeer.podspec.json
blob63adea861e58538693fe1b3d2b38afab45259c0d
2   "name": "Reindeer",
3   "version": "0.1.0",
4   "summary": "A rolling image banner view for app display some promotion elements, written in Swift 2.",
5   "description": "A rolling image banner view for app display some promotion elements, support remote image and auto rolling. You can use both autolayout and programming to create the banner view.",
6   "homepage": "https://github.com/Evilcome/Reindeer",
7   "license": "MIT",
8   "authors": {
9     "Evilcome": "evilcome.com@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Evilcome/Reindeer.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     "Reindeer": [
22       "Pod/Assets/*.png"
23     ]
24   }