From c39d98ead27e098c5012a2fa3734fc229b20424f Mon Sep 17 00:00:00 2001 From: luca Date: Mon, 8 Jun 2015 15:34:16 +0200 Subject: [PATCH 1/3] Podspec file added --- libvarobjc.podspec | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libvarobjc.podspec diff --git a/libvarobjc.podspec b/libvarobjc.podspec new file mode 100644 index 0000000..c25cb0e --- /dev/null +++ b/libvarobjc.podspec @@ -0,0 +1,10 @@ +Pod::Spec.new do |spec| + spec.name = 'libvarobjc' + spec.version = '1.0.0' + spec.license = { :type => 'MIT' } + spec.homepage = 'https://github.com/claybridges/libvarobjc' + spec.authors = { 'Luca DAlberti' => 'dalberti.luca93@gmail.com' } + spec.summary = 'A tiny library of Objective-C macros to aid concision, @morph, @var and @with. In use, code completion and Xcode indentation work sanely.' + spec.source = { :git => 'https://github.com/dalu93/libvarobjc.git', :tag => '1.0.0' } + spec.source_files = 'varobjc/VARMacros.h' +end \ No newline at end of file From 12fa86922bf7a18910a4c29c2e1b6561d536382f Mon Sep 17 00:00:00 2001 From: luca Date: Tue, 9 Jun 2015 11:56:23 +0200 Subject: [PATCH 2/3] Cocoapods string added --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb13a33..fa1af4f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,11 @@ Using `@with`, this would be Download [`VARMacros.h`][file], add to your Xcode project, and `#import`. -A CocoaPod is on the way, or feel free to create one & pull request. +Using **Cocoapods** + +``` +pod 'libvarobjc', '~> 1.0' +``` # Questions, objections, ... From b4a366b19d0d2de36b827d0274dbc249a47aea42 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 12:42:43 -0800 Subject: [PATCH 3/3] Correct the spelling of CocoaPods in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa1af4f..6204e60 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Using `@with`, this would be Download [`VARMacros.h`][file], add to your Xcode project, and `#import`. -Using **Cocoapods** +Using **CocoaPods** ``` pod 'libvarobjc', '~> 1.0'