forked from modocache/cocoapods-xcode-plugin
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXcode.podspec
More file actions
Latest commit
20 lines (16 loc) · 584 Bytes
/
Copy pathXcode.podspec
File metadata and controls
20 lines (16 loc) · 584 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.newdo |s|
s.name='<#Project Name#>'
s.version='3335.23'
s.license=:type=#> '<#License#>'
s.homepage='<#Homepage URL#>'
s.authors='<#Author Name#>'=#> '<#Author Email#>'
s.summary='<#Summary (Up to 140 characters#>'
# Source Info
s.platform=:ios,'<#iOS Platform#>'
s.source=:git=#> '<#Github Repo URL#>', :tag =#> '<#Tag name#>'
s.source_files='<#Resources#>'
s.framework='<#Required Frameworks#>'
s.requires_arc=true
# Pod Dependencies
s.dependencies=pod'Kiwi'
end