Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .slather.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
osx_image: xcode7.3
osx_image: xcode8
language: objective-c
cache: cocoapods
script: xcodebuild -workspace Demo.xcworkspace -scheme Tests -sdk iphonesimulator build test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test | xcpretty -c && exit ${PIPESTATUS[0]}
before_install: pod update
script: xcodebuild -workspace Demo.xcworkspace -scheme Tests -sdk iphonesimulator test | xcpretty -c && exit ${PIPESTATUS[0]}
4 changes: 2 additions & 2 deletions Form.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Form"
s.version = "3.12.1"
s.version = "3.12.2"
s.summary = "JSON driven form"
s.homepage = "https://github.com/hyperoslo/Form"
s.license = {
Expand All @@ -23,7 +23,7 @@ Pod::Spec.new do |s|

s.dependency 'Hex', '~> 5.0.0'
s.dependency 'HYP8601', '~> 0.7.2'
s.dependency 'HYPMathParser', '~> 0.4.1'
s.dependency 'HYPMathParser', '~> 0.5.0'
s.dependency 'HYPNorwegianAccountNumber', '~> 1.2.1'
s.dependency 'HYPNorwegianSSN', '~> 1.10.2'
s.dependency 'NSDictionary-ANDYSafeValue', '~> 0.3'
Expand Down
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- Form (3.12.1):
- Form (3.12.2):
- Hex (~> 5.0.0)
- HYP8601 (~> 0.7.2)
- HYPMathParser (~> 0.4.1)
- HYPMathParser (~> 0.5.0)
- HYPNorwegianAccountNumber (~> 1.2.1)
- HYPNorwegianSSN (~> 1.10.2)
- NSDictionary-ANDYSafeValue (~> 0.3)
Expand All @@ -18,7 +18,7 @@ PODS:
- Hex (5.0.0)
- HYP8601 (0.7.2)
- HYPImagePicker (0.3)
- HYPMathParser (0.4.1)
- HYPMathParser (0.5.0)
- HYPNorwegianAccountNumber (1.2.1)
- HYPNorwegianSSN (1.10.2)
- NSDate-HYPString (0.2)
Expand Down Expand Up @@ -47,11 +47,11 @@ EXTERNAL SOURCES:
:path: "."

SPEC CHECKSUMS:
Form: 21a16754109802adc59e764a287b6983949cc0c6
Form: ed35109dcc2b87cd93e6f6d779f5687a6e78133c
Hex: 024e4dba5d5a9351e7817713f3dee61553258dcd
HYP8601: 0118757c1332620748c75e7218e7b6b849686d06
HYPImagePicker: 5c6e463ec15ae6b647355eb11f3f310342616fbf
HYPMathParser: 146a4981427a0b46cc9af823b210bfefdf0a7107
HYPMathParser: 7affc5a24b3c413106572014fb3742fe5b1fb458
HYPNorwegianAccountNumber: b0062d7419d217123dff0ef04f1931ed5f1e3bbf
HYPNorwegianSSN: 1eb54f1488ac24cdd7d0aee34e10d0f826c27fc1
NSDate-HYPString: b87cf854edd44ec1e186b32526c601502180846d
Expand Down
1 change: 0 additions & 1 deletion Source/FORMData.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#import "FORMField.h"
#import "FORMFieldValue.h"
#import "FORMTarget.h"
#import "DDMathParser.h"
#import "FORMFieldValidation.h"
#import "HYPParsedRelationship.h"

Expand Down