Skip to content

Commit 6c210d2

Browse files
committed
Preemptively change some podspec stuff.
Signed-off-by: Zachary Waldowski <[email protected]>
1 parent aa54e32 commit 6c210d2

File tree

4 files changed

+12
-24
lines changed

4 files changed

+12
-24
lines changed

A2DynamicDelegate/A2DynamicDelegate.podspec

-12
This file was deleted.

BlocksKit.podspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Pod::Spec.new do |s|
22
s.name = 'BlocksKit'
3-
s.version = '1.5.2'
3+
s.version = '1.6'
44
s.license = 'MIT'
55
s.summary = 'The Objective-C block utilities you always wish you had.'
6-
s.homepage = 'https://github.com/zwaldowski/BlocksKit'
6+
s.homepage = 'https://github.com/pandamonia/BlocksKit'
77
s.author = { 'Zachary Waldowski' => '[email protected]',
88
'Alexsander Akers' => '[email protected]' }
9-
s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v1.5.2' }
10-
s.dependency 'A2DynamicDelegate', '>= 2.0.2'
9+
s.source = { :git => 'https://github.com/pandamonia/BlocksKit.git', :tag => 'v1.6' }
1110
s.osx.source_files = 'BlocksKit/*.{h,m}'
11+
s.ios.dependency 'libffi'
1212
s.ios.frameworks = 'MessageUI'
1313
s.ios.source_files = 'BlocksKit/*.{h,m}', 'BlocksKit/UIKit/*.{h,m}', 'BlocksKit/MessageUI/*.{h,m}'
1414
s.documentation = {
15-
:html => 'http://zwaldowski.github.com/BlocksKit/Documentation/index.html',
15+
:html => 'http://pandamonia.github.com/BlocksKit/Documentation/index.html',
1616
:appledoc => [
1717
'--project-company', 'Dizzy Technology',
1818
'--company-id', 'com.dizzytechnology',

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BlocksKit
44
//
55

6-
Copyright (c) 2011 Zachary Waldowski and the BlocksKit Contributors
6+
Copyright (c) 2011-2012 Zachary Waldowski, Alexsander Akers, and the BlocksKit Contributors
77

88
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
99

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[BlocksKit](http://zwaldowski.github.com/BlocksKit)
1+
[BlocksKit](http://pandamonia.github.com/BlocksKit)
22
===================================================
33

44
Blocks in C and Objective-C are downright magical. They make coding easier and potentially quicker, not to mention faster on the front end with multithreading and Grand Central Dispatch. BlocksKit hopes to facilitate this kind of programming by removing some of the annoying - and, in some cases, impeding - limits on coding with blocks.
55

6-
BlocksKit is a framework and static library for iOS 4.0+ and Mac OS X 10.6+.
6+
BlocksKit is a framework and static library for iOS 4.3+ and Mac OS X 10.6+.
77

88
Installation
99
============
@@ -31,13 +31,13 @@ BlocksKit can be added to a project using [CocoaPods](https://github.com/alloy/c
3131
Documentation
3232
=============
3333

34-
An Xcode 4 compatible documentation set is available [using this Atom link](http://zwaldowski.github.com/BlocksKit/com.dizzytechnology.BlocksKit.atom). You may also view the documentation [online](http://zwaldowski.github.com/BlocksKit/Documentation).
34+
An Xcode 4 compatible documentation set is available [using this Atom link](http://pandamonia.github.com/BlocksKit/us.pandamonia.BlocksKit.atom). You may also view the documentation [online](http://pandamonia.github.com/BlocksKit/Documentation).
3535

3636
License
3737
=======
3838

39-
BlocksKit is created and maintained by [Zachary Waldowski](https://github.com/zwaldowski) under the MIT license. **The project itself is free for use in any and all projects.** You can use BlocksKit in any project, public or private, with or without attribution.
39+
BlocksKit is created and maintained by [Pandamonia LLC](https://github.com/pandamonia) under the MIT license. **The project itself is free for use in any and all projects.** You can use BlocksKit in any project, public or private, with or without attribution.
4040

41-
Unsure about your rights? [Read more.](http://zwaldowski.github.com/BlocksKit/index.html#license)
41+
Unsure about your rights? [Read more.](http://pandamonia.github.com/BlocksKit/index.html#license)
4242

43-
All of the included code is licensed either under BSD, MIT, or is in the public domain. A full list of contributors exists on the [project page](http://zwaldowski.github.com/BlocksKit/index.html#contributors). Individual credits exist in the header files and documentation. We thank them for their contributions to the open source community.
43+
All of the included code is licensed either under BSD, MIT, or is in the public domain. A full list of contributors exists on the [project page](http://pandamonia.github.com/BlocksKit/index.html#contributors). Individual credits exist in the header files and documentation. We thank them for their contributions to the open source community.

0 commit comments

Comments
 (0)