forked from supermarin/ObjectiveRecord
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathObjectiveRecord.podspec
More file actions
Latest commit
21 lines (16 loc) · 695 Bytes
/
Copy pathObjectiveRecord.podspec
File metadata and controls
21 lines (16 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@version="1.5.0"
Pod::Spec.newdo |s|
s.name="ObjectiveRecord"
s.version=@version
s.summary="Lightweight and sexy Core Data finders, creators and other methods. Rails syntax."
s.homepage="https://github.com/supermarin/ObjectiveRecord"
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={"Marin Usalj"=>"mneorr@gmail.com"}
s.source={:git=>"https://github.com/supermarin/ObjectiveRecord.git",:tag=>@version}
s.source_files='Classes/**/*.{h,m}'
s.framework='CoreData'
s.requires_arc=true
s.ios.deployment_target='4.0'
s.osx.deployment_target='10.6'
s.dependency'ObjectiveSugar'
end