diff --git a/KLCircleViewController.podspec b/KLCircleViewController.podspec new file mode 100644 index 0000000..50774f2 --- /dev/null +++ b/KLCircleViewController.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = "KLCircleViewController" + s.version = "1.0" + s.platform = :ios, '5.0' + s.summary = "A control that allows panning between view controllers as inspired by the Circle app." + s.homepage = "https://github.com/KieranLafferty/KLCircleViewController" + s.license = 'Apache 2.0' + s.author = { "Kieran Lafferty" => "kieran.lafferty@gmail.com"} + s.source = { :git => "https://github.com/KieranLafferty/KLCircleViewController", :tag => "1.0" } + s.source_files = 'KLCircleViewController/KLCircleViewController/*.{h,m}' + s.requires_arc = true +end \ No newline at end of file diff --git a/KLCircleViewControllerDemo/KLCircleViewControllerDemo.xcodeproj/project.xcworkspace/xcuserdata/kieranlafferty.xcuserdatad/UserInterfaceState.xcuserstate b/KLCircleViewControllerDemo/KLCircleViewControllerDemo.xcodeproj/project.xcworkspace/xcuserdata/kieranlafferty.xcuserdatad/UserInterfaceState.xcuserstate index 637fdc6..e50357b 100644 Binary files a/KLCircleViewControllerDemo/KLCircleViewControllerDemo.xcodeproj/project.xcworkspace/xcuserdata/kieranlafferty.xcuserdatad/UserInterfaceState.xcuserstate and b/KLCircleViewControllerDemo/KLCircleViewControllerDemo.xcodeproj/project.xcworkspace/xcuserdata/kieranlafferty.xcuserdatad/UserInterfaceState.xcuserstate differ