[Add] NEAISearchKit 10.5.3
[CocoaPods.git] / Specs / c / 6 / f / BSRefreshableScrollView / 1.0.1 / BSRefreshableScrollView.podspec.json
blobe6b2efd8a63c15fb493c11f541f460d41f69867b
2   "name": "BSRefreshableScrollView",
3   "version": "1.0.1",
4   "summary": "An `NSScrollView` subclass that supports pull-to-refresh both in the top and bottom edges.",
5   "description": "                       The intended usage is for hosting a timeline-like view that shows a list of messages in reverse-chronological order.\n\n                       * Get iOS like pull-to-refresh experience on OS X complete with pull indicator. \n                       * The bottom pulling upwards to reveal the bottom side will be good for loading older data.\n",
6   "homepage": "http://cutecoder.org/tag/bsrefreshablescrollview/",
7   "screenshots": "http://i0.wp.com/cutecoder.org/wp-content/uploads/2012/11/Bi-Directional-Refreshable-Scroll-View.png",
8   "license": "BSD",
9   "authors": {
10     "Sasmito Adibowo": "adib@basil-salad.com"
11   },
12   "source": {
13     "git": "https://github.com/adib/RefreshableScrollView.git",
14     "tag": "release-1.0.1"
15   },
16   "social_media_url": "https://www.facebook.com/cutecoder",
17   "platforms": {
18     "osx": "10.8"
19   },
20   "requires_arc": true,
21   "source_files": "Classes/osx/*",
22   "osx": {
23     "exclude_files": "Classes/ios"
24   },
25   "public_header_files": "Classes/**/BSRefreshableScrollView.h"