[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / 0 / 4 / 8 / LNImageScrollView / 1.1.8 / LNImageScrollView.podspec.json
blobdd747504f3389b4e9849dca7d06158e81005be6a
2   "name": "LNImageScrollView",
3   "version": "1.1.8",
4   "summary": "自己封装的imageScrollerView实现优化性类似于tabelView",
5   "homepage": "https://github.com/nanaLxs/ImageScroller",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "zonglina": "zonglina@ibg100.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/nanaLxs/ImageScroller.git",
18     "tag": "1.1.8"
19   },
20   "source_files": "ImagesScroller/*{h,m}",
21   "public_header_files": "ImagesScroller/ImagesScrollView.h",
22   "resources": "ImagesScroller/ImagesScrollView.xib",
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.0"
28     ]
29   }