Skip to content

Commit

Permalink
Converting to json pdospec
Browse files Browse the repository at this point in the history
  • Loading branch information
vilanovi committed Jan 10, 2015
1 parent d4733b4 commit d4ea529
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 31 deletions.
27 changes: 0 additions & 27 deletions UIImage+Additions.podspec

This file was deleted.

25 changes: 25 additions & 0 deletions UIImage+Additions.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "UIImage+Additions",
"version": "2.0.0",
"summary": "Adding methods to generate dynamically images from colors, adding corner radius, tinting images, etc.",
"description": "This category of UIImage add methods to generate on runtime images: from colors, adding corner radius (for each corner), tinting images, gradients, etc.",
"homepage": "https://github.com/vilanovi/UIImage-Additions",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Joan Martin": "vilanovi@gmail.com"
},
"social_media_url": "http://twitter.com/joan_mh",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/vilanovi/UIImage-Additions.git",
"tag": "2.0.0"
},
"source_files": "UIImage+Additions.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}
8 changes: 4 additions & 4 deletions UIImageAdditions/UIImageAdditions.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
D266A6EC1A61D209007E64AD /* UIImage+Additions.podspec in Resources */ = {isa = PBXBuildFile; fileRef = D266A6EB1A61D209007E64AD /* UIImage+Additions.podspec */; };
D266A6EC1A61D209007E64AD /* UIImage+Additions.podspec.json in Resources */ = {isa = PBXBuildFile; fileRef = D266A6EB1A61D209007E64AD /* UIImage+Additions.podspec.json */; };
D266A6EE1A61D211007E64AD /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = D266A6ED1A61D211007E64AD /* README.md */; };
D266A6F01A61D217007E64AD /* LICENSE.txt in Resources */ = {isa = PBXBuildFile; fileRef = D266A6EF1A61D217007E64AD /* LICENSE.txt */; };
D2BDE5551A61C6E60032084E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D2BDE5541A61C6E60032084E /* main.m */; };
Expand All @@ -31,7 +31,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
D266A6EB1A61D209007E64AD /* UIImage+Additions.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "UIImage+Additions.podspec"; path = "../../UIImage+Additions.podspec"; sourceTree = "<group>"; };
D266A6EB1A61D209007E64AD /* UIImage+Additions.podspec.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = "UIImage+Additions.podspec.json"; path = "../../UIImage+Additions.podspec.json"; sourceTree = "<group>"; };
D266A6ED1A61D211007E64AD /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../../README.md; sourceTree = "<group>"; };
D266A6EF1A61D217007E64AD /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE.txt; path = ../../LICENSE.txt; sourceTree = "<group>"; };
D2BDE54F1A61C6E60032084E /* UIImageAdditions.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UIImageAdditions.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -98,7 +98,7 @@
D2BDE5791A61C7090032084E /* UIImage+Additions.m */,
D266A6ED1A61D211007E64AD /* README.md */,
D266A6EF1A61D217007E64AD /* LICENSE.txt */,
D266A6EB1A61D209007E64AD /* UIImage+Additions.podspec */,
D266A6EB1A61D209007E64AD /* UIImage+Additions.podspec.json */,
D2BDE55C1A61C6E60032084E /* Main.storyboard */,
D2BDE55F1A61C6E60032084E /* Images.xcassets */,
D2BDE5611A61C6E60032084E /* LaunchScreen.xib */,
Expand Down Expand Up @@ -213,7 +213,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D266A6EC1A61D209007E64AD /* UIImage+Additions.podspec in Resources */,
D266A6EC1A61D209007E64AD /* UIImage+Additions.podspec.json in Resources */,
D2BDE55E1A61C6E60032084E /* Main.storyboard in Resources */,
D2BDE5631A61C6E60032084E /* LaunchScreen.xib in Resources */,
D266A6F01A61D217007E64AD /* LICENSE.txt in Resources */,
Expand Down

0 comments on commit d4ea529

Please sign in to comment.