[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 8 / 4 / 1 / XTInfiniteScrollView / 1.0.0 / XTInfiniteScrollView.podspec.json
blob368838a43c619e5c069a36208d406e1f2e4ee040
2   "name": "XTInfiniteScrollView",
3   "version": "1.0.0",
4   "summary": "An elegant infinite scroll view for ad banner.",
5   "description": "Data source is very similar to UITableViewDataSource. Implemention of protocols in XTInfiniteScrollViewDataSource.",
6   "homepage": "https://github.com/wuwen1030/XTInfiniteScrollView",
7   "screenshots": "http://i3.tietuku.com/9b43ff25642ff319.gif",
8   "license": {
9     "type": "MIT"
10   },
11   "authors": {
12     "XiaBin": "xiabin@tuniu.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/wuwen1030/XTInfiniteScrollView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "XTInfiniteScrollView/XTInfiniteScrollView/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   }