[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 4 / 6 / NHSeeThroughView / 0.1.0 / NHSeeThroughView.podspec.json
blob8432ae8edbf96c73e022c35b121003b2c8cf5401
2   "name": "NHSeeThroughView",
3   "version": "0.1.0",
4   "summary": "A set of classes to make see-through views on iOS.",
5   "description": "                     NHSeeThroughView is a set of classes to make see-through views on iOS.\n                     (views that let see content behind them with a shape carved out).\n                     A generic category on UIVIew is provided to achieve this effect on any view.\n                     A UIButton subclass is also provided as an easy way to get the same look directly form Interface Builder.\n",
6   "homepage": "http://github.com/nilsou/NHSeeThroughView",
7   "license": "MIT",
8   "authors": {
9     "Nils Hayat": "nilsou@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nilsou/NHSeeThroughView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/ios/*.{h,m}"