[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 7 / 2 / 4 / LOLProgressOverlayView / 0.1.0 / LOLProgressOverlayView.podspec.json
blobfa5e3850cb05f512a40d1a6408269e4f4ac4b663
2   "name": "LOLProgressOverlayView",
3   "version": "0.1.0",
4   "summary": "UIButton / UIView category that add a progress indicator overlay simply with single line of code.",
5   "homepage": "https://github.com/DJBen/LOLProgressOverlayView",
6   "screenshots": "https://raw.github.com/DJBen/LOLProgressOverlayView/master/LOLProgressOverlayViewExample.png",
7   "license": "MIT",
8   "authors": {
9     "DJBen": "lsh32768@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/DJBen/LOLProgressOverlayView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/ios/*.{h,m}",
20   "ios": {
21     "exclude_files": "Classes/osx"
22   }