Uh oh!
There was an error while loading. Please reload this page.
forked from 3lvis/Form
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm.podspec
More file actions
Latest commit
executable file
·40 lines (39 loc) · 1.4 KB
/
Copy pathForm.podspec
File metadata and controls
executable file
·40 lines (39 loc) · 1.4 KB
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
38
39
40
Pod::Spec.newdo |s|
s.name="Form"
s.version="3.10.1"
s.summary="JSON driven form"
s.homepage="https://github.com/hyperoslo/Form"
s.license={
:type=>'MIT',
:file=>'LICENSE.md'
}
s.author={"Hyper Interaktiv AS"=>"ios@hyper.no"}
s.social_media_url="http://twitter.com/hyperoslo"
s.platform=:ios,'8.0'
s.source={
:git=>'https://github.com/hyperoslo/Form.git',
:tag=>s.version.to_s
}
s.resource_bundles={
'Form'=>['Assets/*.{png}']
}
s.source_files='Source/**/*.{h,m}'
s.frameworks='Foundation'
s.requires_arc=true
s.dependency'Hex','~> 3.0.0'
s.dependency'HYP8601','~> 0.7.2'
s.dependency'HYPMathParser','~> 0.4.1'
s.dependency'HYPNorwegianAccountNumber','~> 1.2.1'
s.dependency'HYPNorwegianSSN','~> 1.10.2'
s.dependency'NSDictionary-ANDYSafeValue','~> 0.3'
s.dependency'NSDictionary-HYPNestedAttributes','~> 0.4.1'
s.dependency'NSJSONSerialization-ANDYJSONFile','~> 1.1'
s.dependency'NSObject-HYPTesting','~> 1.2.1'
s.dependency'NSString-HYPContainsString','~> 0.1'
s.dependency'NSString-HYPFormula','~> 1.6.2'
s.dependency'NSString-HYPRelationshipParser','~> 0.4.1'
s.dependency'NSString-HYPWordExtractor','~> 1.2'
s.dependency'NSString-ZENInflections','~> 1.2'
s.dependency'UIButton-ANDYHighlighted','~> 1.0.0'
s.dependency'UIViewController-HYPKeyboardToolbar','~> 0.1'
end