[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / c / 1 / KoaPullToRefresh / 1.0.2 / KoaPullToRefresh.podspec.json
blobc11a85df06e0b7981431b5daf60ad97b79bee928
2   "name": "KoaPullToRefresh",
3   "version": "1.0.2",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "license": "MIT",
8   "summary": "Minimal & easily customizable pull-to-refresh control.",
9   "homepage": "https://github.com/sergigracia/KoaPullToRefresh",
10   "authors": {
11     "Sergi Gracia": "sergigram@gmail.com",
12     "Polina Flegontovna": "polina.flegontovna@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sergigracia/KoaPullToRefresh.git",
16     "tag": "1.0.2"
17   },
18   "description": "Add this custom, flat, minimal, modern pull-to-refresh control to your app. You can change the font, colors, size and even replace the spinning icon using FontAwesome. This library is very easy to add and customize. Enjoy.",
19   "frameworks": "QuartzCore",
20   "source_files": "KoaPullToRefresh/*.{h,m}",
21   "public_header_files": "KoaPullToRefresh/*.h",
22   "ios": {
23     "resources": "KoaPullToRefresh/Resources/**/*.ttf"
24   },
25   "osx": {
26     "resources": "KoaPullToRefresh/Resources/Fonts"
27   },
28   "preserve_paths": "Demo",
29   "requires_arc": true