Skip to content

Commit 5de39d2

Browse files
Added the podspec file.
1 parent 5a53ee6 commit 5de39d2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ComputeFramework.podspec

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Pod::Spec.new do |s|
2+
#1.
3+
s.name = "ComputeFramework"
4+
#2.
5+
s.version = "1.0.0"
6+
#3.
7+
s.summary = "Compute framework is a sample framework"
8+
#4.
9+
s.homepage = "https://github.com/pradeeprajkumar/ComputeFramework"
10+
#5.
11+
s.license = "MIT"
12+
#6.
13+
s.author = "Pradeep"
14+
#7.
15+
s.platform = :ios, "9.0"
16+
#8.
17+
s.source = { :git => "https://github.com/pradeeprajkumar/ComputeFramework.git", :tag => "1.0.0" }
18+
#9.
19+
s.ios.vendored_frameworks = 'ComputeFramework.framework'
20+
end

0 commit comments

Comments
 (0)