[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / d / 6 / 7 / Battery / 1.0.0 / Battery.podspec.json
blob3448e91354b78b94cf95c9b39796b308dbeab6bb
2   "name": "Battery",
3   "version": "1.0.0",
4   "summary": "An easy-to-use class to monitor battery status on iOS.",
5   "description": "Battery is an easy-to-use class to monitor battery status on iOS.",
6   "homepage": "https://github.com/Meniny/Battery",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Elias Abel": "Meniny@qq.com"
13   },
14   "social_media_url": "https://meniny.cn",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Meniny/Battery.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Battery/*",
23   "public_header_files": "Battery/*.h",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true,
29   "pushed_with_swift_version": "3.0"