[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / f / 1 / SJOrentationObserver / 1.0.8 / SJOrentationObserver.podspec.json
blob9d2046d3aea1bf728429cb4f3f2b9d91129837e5
2   "name": "SJOrentationObserver",
3   "version": "1.0.8",
4   "summary": "Screen rotation observer.",
5   "description": "Screen rotation observer, 屏幕旋转助手.",
6   "homepage": "https://github.com/changsanjiang/SJOrentationObserver",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "SanJiang": "changsanjiang@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJOrentationObserver.git",
19     "tag": "v1.0.8"
20   },
21   "source_files": "SJOrentationObserver/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Category",
27       "source_files": "SJOrentationObserver/Category/*.{h,m}"
28     }
29   ]