This file contains hidden or 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
[ | |
{ | |
"num_subscribers":8989, | |
"tagline":"Fast Company inspires a new breed of innovative and creative thought leaders who are actively inventing the future of business.", | |
"value":"http://feeds.feedburner.com/fastcompany/headlines", | |
"label":"Fast Company", | |
"score":8989.0, | |
"link":"https://www.fastcompany.com", | |
"raw_score":9.396447, | |
"id":1264 |
This file contains hidden or 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
[ | |
{ | |
"title": "New York Times - Travel", | |
"rss_feed": "http://www.nytimes.com/services/xml/rss/nyt/Travel.xml", | |
"description": "Travel news, tips and photography about the best places to visit, all over the world. Regular features include 36 Hours, The Frugal Traveler, 52 Places Traveler and more.", | |
"language": "en", | |
"website": "https://www.nytimes.com/section/travel?emc=rss&partner=rss" | |
}, | |
{ | |
"title": "One Mile at a Time", |
This file contains hidden or 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
[ | |
{ | |
"num_subscribers": 13897, | |
"tagline": "Latest TOP news from www.espn.com", | |
"value": "https://www.espn.com/espn/rss/news/", | |
"label": "ESPN - TOP", | |
"score": 13897, | |
"link": "http://www.espn.com", | |
"raw_score": 19.558756, | |
"id": 482 |
This file contains hidden or 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
[ | |
{ | |
"num_subscribers":57577, | |
"tagline":"CNN.com delivers up-to-the-minute news and information on the latest top stories, weather, entertainment, politics and more.", | |
"value":"http://rss.cnn.com/rss/cnn_topstories.rss", | |
"label":"CNN.com - Top Stories", | |
"score":57577.0, | |
"link":"https://www.cnn.com/index.html", | |
"raw_score":8.3599825, | |
"id":49 |
This file contains hidden or 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
[ | |
{ | |
"title": "Washington Post - Politics", | |
"rss_feed": "http://www.washingtonpost.com/wp-dyn/rss/politics/index.xml", | |
"description": "Post Politics from The Washington Post is the source for political news headlines, in-depth politics coverage, political opinion, breaking news on the Trump administration and White House, Congress, the Supreme Court, elections...", | |
"language": "en", | |
"website": "http://www.washingtonpost.com/pb/politics/" | |
}, | |
{ | |
"title": "NYT - Politics", |
This file contains hidden or 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
[ | |
{ | |
"num_subscribers":8989, | |
"tagline":"Fast Company inspires a new breed of innovative and creative thought leaders who are actively inventing the future of business.", | |
"value":"http://feeds.feedburner.com/fastcompany/headlines", | |
"label":"Fast Company", | |
"score":8989.0, | |
"link":"https://www.fastcompany.com", | |
"raw_score":9.396447, | |
"id":1264 |
This file contains hidden or 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
extension XCTestCase { | |
func asyncExpectation(description: String, timeout: TimeInterval = 10, completion: (XCTestExpectation) -> ()) { | |
let promise = expectation(description: description) | |
completion(promise) | |
waitForExpectations(timeout: timeout, handler: nil) | |
} | |
} |
This file contains hidden or 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 of the resource we're selectively copying | |
GOOGLESERVICE_INFO_PLIST=GoogleService-Info.plist | |
# Get references to dev and prod versions of the GoogleService-Info.plist | |
# NOTE: These should only live on the file system and should NOT be part of the target (since we'll be adding them to the target manually) | |
GOOGLESERVICE_INFO_DEV=${PROJECT_DIR}/${TARGET_NAME}/Firebase/Dev/${GOOGLESERVICE_INFO_PLIST} |
This file contains hidden or 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
// | |
// SwiftyProgressHUD.swift | |
// mWELL | |
// | |
// Created by Shubham Naik on 11/07/17. | |
// Copyright © 2017 Shubham. All rights reserved. | |
// | |
import UIKit | |
class SwiftyProgressHUD: UIView { |
This file contains hidden or 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
// | |
// HKTypeIdentifiers | |
// HealthKit | |
// | |
// Copyright (c) 2014 Apple Inc. All rights reserved. | |
// | |
/*--------------------------------*/ | |
/* HKQuantityType Identifiers */ |
NewerOlder