creativecreatorormaybenot

0.1.3+4

## 0.1.3+4
* Fix iOS simulator issue.
## 0.1.3+3
* Fix Flutter SDK version constraint.
... ...
... ... @@ -16,8 +16,6 @@ A new flutter plugin project.
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.platform = :ios, '8.0'
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.ios.deployment_target = '8.0'
end
... ...
name: wakelock
description: This plugin allows you to keep Android and iOS devices awake, i.e. prevent the screen from sleeping by toggling the wakelock of the device on or off.
version: 0.1.3+3
version: 0.1.3+4
homepage: https://github.com/creativecreatorormaybenot/wakelock
flutter:
... ...