Add podspec
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	new file:   BananaLib.podspec
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	.BananaLib.podspec.swp
diff --git a/BananaLib.podspec b/BananaLib.podspec
new file mode 100644
index 0000000..bd2a917
--- /dev/null
+++ b/BananaLib.podspec
@@ -0,0 +1,12 @@
+Pod::Spec.new do
+  name         'BananaLib'
+  version      '1.0'
+  authors      'Banana Corp', 'Monkey Boy' => 'monkey@banana-corp.local'
+  homepage     'http://banana-corp.local/banana-lib.html'
+  summary      'Chunky bananas!'
+  description  'Full of chunky bananas.'
+  source       :git => 'http://banana-corp.local/banana-lib.git', :tag => 'v1.0'
+  source_files 'Classes/*.{h,m}', 'Vendor'
+  dependency   'monkey', '~> 1.0.1', '< 1.0.9'
+  xcconfig     'OTHER_LDFLAGS' => '-framework SystemConfiguration'
+end
