[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 2 / 6 / CHImageScroller / 0.1.1 / CHImageScroller.podspec.json
blob62b420f27902bbcba2edc7dc73e3b1d09386758b
2   "name": "CHImageScroller",
3   "version": "0.1.1",
4   "summary": "Very simple, horizontal image view scroller",
5   "description": "CHImageScroller is a simple way for you to implement horizontal image scrolling into your app.",
6   "homepage": "https://github.com/cph2117/CHImageScroller",
7   "license": "MIT",
8   "authors": {
9     "Connor Hailey": "connorhailey@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/cph2117/CHImageScroller.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "CHImageScroller": [
22       "Pod/Assets/*.png"
23     ]
24   }