Skip to content

Commit

Permalink
Added extension of MDTransitioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
levenon committed Sep 24, 2017
1 parent 8f36045 commit 5634ca2
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "MDTransitioning-ImagePriview",
"version": "1.0.0",
"summary": "image preview of transitioning solutions",
"description": "This is image preview presetion of transitioning solutions",
"homepage": "https://github.com/Modool/MDTransitioning",
"license": "MIT",
"authors": {
"Jave": "[email protected]"
},
"social_media_url": "https://github.com/Modool",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Modool/MDTransitioning.git",
"tag": "1.0.0"
},
"source_files": ["ImagePreview/*.{h,m}"],
"dependencies": {
"MDTransitioning": [
"~> 1.0.0"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "MDTransitioning-VCTransitionsLibrary",
"version": "1.0.0",
"summary": "extension of MDTransitioning",
"description": "This is extension of MDTransitioning for VCTransitionsLibrary",
"homepage": "https://github.com/Modool/MDTransitioning-VCTransitionsLibrary",
"license": "MIT",
"authors": {
"Jave": "[email protected]"
},
"social_media_url": "https://github.com/Modool",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Modool/MDTransitioning-VCTransitionsLibrary.git",
"tag": "1.0.0"
},
"source_files": ["MDTransitioning-VCTransitionsLibrary/*.{h,m}"],
"dependencies": {
"MDTransitioning": [
"~> 1.0.0"
],
"VCTransitionsLibrary": [
"~> 1.5.0"
]
}
}

0 comments on commit 5634ca2

Please sign in to comment.