Dark and Mysterious |
Light Colors |
---|---|
![]() |
![]() |
View README.md
View 10Clock.podspec.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Be sure to run `pod spec lint SwiftClock.podspec' to ensure this is a | |
# valid spec and to remove all comments including this before submitting the spec. | |
# | |
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html | |
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ | |
# | |
Pod::Spec.new do |s| |
View atom config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a |
View Joes.idekeybindings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Menu Key Bindings</key> | |
<dict> | |
<key>Key Bindings</key> | |
<array> | |
<dict> | |
<key>Action</key> |
View package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "pride", | |
"version": "0.1.0", | |
"devDependencies": { | |
"bower": "^1.3.9", | |
"grunt": "^0.4.5", | |
"grunt-contrib-clean": "^0.5.0", | |
"grunt-contrib-concat": "^0.5.0", | |
"grunt-contrib-connect": "^0.7.1", | |
"grunt-contrib-copy": "^0.5.0", |
View Gruntfile.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function(grunt) { | |
// configure the tasks | |
grunt.initConfig({ | |
//pkg: grunt.file.readJSON('package.json'), | |
clean: { | |
all: ['Epilepsy/Resources/HTMLContent'] | |
}, |
View Gruntfile.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function(grunt) { | |
// configure the tasks | |
grunt.initConfig({ | |
//pkg: grunt.file.readJSON('package.json'), | |
clean: { | |
all: ['Epilepsy/Resources/HTMLContent'] | |
}, |
View PrefixHeader.pch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// PrefixHeader.pch | |
// Epilepsy | |
// | |
// Created by ev on 9/28/15. | |
// Copyright © 2015 Patrick Krabeepetcharat. All rights reserved. | |
// | |
#ifndef PrefixHeader_pch | |
#define PrefixHeader_pch |
View Gruntfile.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function(grunt) { | |
// configure the tasks | |
grunt.initConfig({ | |
//pkg: grunt.file.readJSON('package.json'), | |
clean: { | |
all: ['Epilepsy/Resources/HTMLContent'] | |
}, |
View Podfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://github.com/CocoaPods/Specs.git' | |
use_frameworks! | |
def default_pods | |
pod 'AFNetworking', '~> 2.5' | |
pod 'FHSegmentedViewController', '~> 1.2' | |
pod 'MMMaterialDesignSpinner' | |
pod 'Fabric' | |
pod 'GoogleConversionTracking' | |
pod 'Crashlytics' |
NewerOlder