-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #558 from CocoaPods/merge174_into_master
Merge `1-7-stable` (1.7.4) into `master`
- Loading branch information
Showing
7 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Pod | ||
# The version of the cocoapods-core. | ||
# | ||
CORE_VERSION = '1.7.3'.freeze unless defined? Pod::CORE_VERSION | ||
CORE_VERSION = '1.7.4'.freeze unless defined? Pod::CORE_VERSION | ||
end |
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
21 changes: 21 additions & 0 deletions
21
...ck_cdn_repo_remote/Specs/3/8/f/СерафимиМногоꙮчитїи/1.0.0/СерафимиМногоꙮчитїи.podspec.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "СерафимиМногоꙮчитїи", | ||
"version": "1.0.1", | ||
"summary": "Beacon detection framework using CoreBluetooth", | ||
"description": "This is a framework that wraps around CoreBluetooth and detects beacons of different types.\nTested to compile with Swift 3.1, 3.2 & 4.0 for iOS 9.0 & macOS 10.12\nThe currently supported types are: Eddystone-UID, Eddystone-URL, AltBeacon, iBeacon.", | ||
"homepage": "https://github.com/igor-makarov/BeaconKit", | ||
"license": "MIT", | ||
"authors": { | ||
"Igor Makarov": "igormaka@gmail.com" | ||
}, | ||
"source": { | ||
"git": "https://github.com/igor-makarov/BeaconKit.git", | ||
"tag": "1.0.1" | ||
}, | ||
"platforms": { | ||
"ios": "9.0", | ||
"osx": "10.12" | ||
}, | ||
"source_files": "Sources/Core/**/*.swift", | ||
"pushed_with_swift_version": "3.0" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
СерафимиМногоꙮчитїи/1.0.0 |