-
Notifications
You must be signed in to change notification settings - Fork 44
/
CFShareCircle.podspec
22 lines (22 loc) · 963 Bytes
/
CFShareCircle.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Be sure to run `pod spec lint Example.podspec.podspec' to ensure this is a
# valid spec.
#
# Remove all comments before submitting the spec. Optional attributes are commented.
#
# For details see: https://github.com/CocoaPods/CocoaPods/wiki/The-podspec-format
#
Pod::Spec.new do |s|
s.name = "CFShareCircle"
s.version = "1.0.0"
s.summary = "CFShareCircle is a user interface component for iOS that can be integrated into an app as a sharing mechanism for any kind of content."
s.homepage = "https://github.com/camdenfullmer/CFShareCircle"
s.license = 'MIT'
s.author = { "Camden Fullmer" => "[email protected]" }
s.source = { :git => "https://github.com/camdenfullmer/CFShareCircle.git", :tag => "1.0.0" }
s.platform = :ios, '5.0'
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.resources = "Resources/*"
s.frameworks = 'UIKit', 'QuartzCore', 'CoreGraphics'
s.requires_arc = true
end