-
Notifications
You must be signed in to change notification settings - Fork 9
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 #6 from jrullman/http_readme_changelog
- Loading branch information
Showing
8 changed files
with
194 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: "CI" | ||
on: [pull_request] | ||
jobs: | ||
build: | ||
name: "Builds and Compiles" | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@master | ||
- uses: actions/setup-node@v1 | ||
- run: yarn | ||
- run: yarn build | ||
- run: yarn test |
30 changes: 30 additions & 0 deletions
30
source/podspec/_tests/fixtures/ARTiledImageViewExplicitMetadata.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,30 @@ | ||
{ | ||
"name": "ARTiledImageView", | ||
"version": "1.1.1", | ||
"summary": "Display, pan and deep zoom with tiled images.", | ||
"description": "Display, pan and deep zoom with tiled images on iOS.", | ||
"homepage": "https://github.com/dblock/ARTiledImageView", | ||
"screenshots": [ | ||
"https://raw.github.com/dblock/ARTiledImageView/master/Screenshots/goya1.png", | ||
"https://raw.github.com/dblock/ARTiledImageView/master/Screenshots/goya2.png" | ||
], | ||
"license": "MIT", | ||
"authors": { | ||
"dblock": "[email protected]", | ||
"orta": "[email protected]" | ||
}, | ||
"readme": "https://example.com/README1", | ||
"changelog": "https://example.com/CHANGELOG1", | ||
"source": { | ||
"git": "https://github.com/dblock/ARTiledImage.git", | ||
"tag": "1.1.1" | ||
}, | ||
"social_media_url": "https://twitter.com/dblockdotorg", | ||
"platforms": { | ||
"ios": "5.0" | ||
}, | ||
"requires_arc": true, | ||
"source_files": "Classes", | ||
"frameworks": ["Foundation", "UIKit", "CoreGraphics"], | ||
"dependencies": ["SDWebImage"] | ||
} |
27 changes: 27 additions & 0 deletions
27
source/podspec/_tests/fixtures/ARTiledImageViewNoMetadata.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,27 @@ | ||
{ | ||
"name": "ARTiledImageView", | ||
"version": "1.1.1", | ||
"summary": "Display, pan and deep zoom with tiled images.", | ||
"description": "Display, pan and deep zoom with tiled images on iOS.", | ||
"homepage": "https://github.com/dblock/ARTiledImageView", | ||
"screenshots": [ | ||
"https://raw.github.com/dblock/ARTiledImageView/master/Screenshots/goya1.png", | ||
"https://raw.github.com/dblock/ARTiledImageView/master/Screenshots/goya2.png" | ||
], | ||
"license": "MIT", | ||
"authors": { | ||
"dblock": "[email protected]", | ||
"orta": "[email protected]" | ||
}, | ||
"source": { | ||
"http": "https://example.com/pod.tar.gz" | ||
}, | ||
"social_media_url": "https://twitter.com/dblockdotorg", | ||
"platforms": { | ||
"ios": "5.0" | ||
}, | ||
"requires_arc": true, | ||
"source_files": "Classes", | ||
"frameworks": ["Foundation", "UIKit", "CoreGraphics"], | ||
"dependencies": ["SDWebImage"] | ||
} |
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
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