We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a53ee6 commit 5de39d2Copy full SHA for 5de39d2
ComputeFramework.podspec
@@ -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