[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 3 / e / BackgroundKeepAlive / 0.1.0 / BackgroundKeepAlive.podspec.json
blob512949d0e6e05c29dd52552b79a64062ec2f22a4
2   "name": "BackgroundKeepAlive",
3   "version": "0.1.0",
4   "summary": "Keep App background alive",
5   "description": "Keep App background alive",
6   "homepage": "https://github.com/heroims/BackgroundKeepAlive",
7   "license": "MIT",
8   "authors": {
9     "heroims": "heroims@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/heroims/BackgroundKeepAlive.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "BackgroundKeepAlive/*.{h,m}",
19   "resource_bundles": {
20     "BackgroundKeepAlive": [
21       "BackgroundKeepAlive/keep_alive.wav"
22     ]
23   },
24   "frameworks": [
25     "AudioToolbox",
26     "AVFoundation",
27     "UIKit"
28   ],
29   "requires_arc": true