[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / f / 1 / SJOrentationObserver / 1.1.0.1 / SJOrentationObserver.podspec.json
blob6233829c822c8b66c9eea2e49c855c9321653a81
2   "name": "SJOrentationObserver",
3   "version": "1.1.0.1",
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.1.0.1"
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     {
30       "name": "Deprecated",
31       "source_files": "SJOrentationObserver/Deprecated/*.{h,m}"
32     }
33   ]