| { |
| "name": "QuickFullScreenCountDown", |
| "version": "1.0.4", |
| "summary": "A full screen count down view for iOS. 一款全屏倒计时视图,须在Info.plist中增加后台模式支持, 常见于运动类 App 中。", |
| "description": "A full screen count down view for iOS. 一款全屏倒计时视图,须在Info.plist中增加后台模式支持, 常见于运动类 App 中, 支持自定义背景色/前景色/数字字体/倒计时结束显示字符等。", |
| "homepage": "https://github.com/pcjbird/QuickFullScreenCountDown", |
| "license": "MIT", |
| "authors": { |
| "pcjbird": "pcjbird@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/pcjbird/QuickFullScreenCountDown.git", |
| "tag": "1.0.4" |
| }, |
| "social_media_url": "http://www.lessney.com", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "CoreGraphics", |
| "AVFoundation" |
| ], |
| "source_files": "QuickFullScreenCountDown/*.{h,m}", |
| "public_header_files": "QuickFullScreenCountDown/*.{h}", |
| "pod_target_xcconfig": { |
| "OTHER_LDFLAGS": "-lObjC" |
| } |
| } |