forked from 3lvis/Form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm.podspec
37 lines (36 loc) · 1.15 KB
/
Form.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Pod::Spec.new do |s|
s.name = "Form"
s.version = "1.0.0"
s.summary = "JSON driven form"
s.homepage = "https://github.com/hyperoslo/Form"
s.license = {
:type => 'MIT',
:file => 'LICENSE.md'
}
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
s.social_media_url = "http://twitter.com/hyperoslo"
s.platform = :ios, '7.0'
s.source = {
:git => 'https://github.com/hyperoslo/Form.git',
:tag => s.version.to_s
}
s.source_files = 'Source/**/*.{h,m}'
s.frameworks = 'Foundation'
s.requires_arc = true
s.dependency 'UIButton-ANDYHighlighted'
s.dependency 'NSDictionary-ANDYSafeValue'
s.dependency 'NSJSONSerialization-ANDYJSONFile'
s.dependency 'NSString-ZENInflections'
s.dependency 'UIScreen-HYPLiveBounds'
s.dependency 'HYPImagePicker'
s.dependency 'HYPNorwegianSSN'
s.dependency 'HYPNorwegianAccountNumber'
s.dependency 'NSString-HYPFormula'
s.dependency 'NSString-HYPWordExtractor'
s.dependency 'Hex'
s.dependency 'NSString-HYPContainsString'
s.dependency 'HYPMathParser'
s.dependency 'NSObject-HYPTesting'
s.dependency 'NSString-HYPRelationshipParser'
s.dependency 'NSString-HYPContainsString'
end