diff --git a/Example/EPSignature.xcworkspace/xcuserdata/prabaharan.e.xcuserdatad/UserInterfaceState.xcuserstate b/Example/EPSignature.xcworkspace/xcuserdata/prabaharan.e.xcuserdatad/UserInterfaceState.xcuserstate index 25e02cf..1b46ee6 100644 Binary files a/Example/EPSignature.xcworkspace/xcuserdata/prabaharan.e.xcuserdatad/UserInterfaceState.xcuserstate and b/Example/EPSignature.xcworkspace/xcuserdata/prabaharan.e.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Example/Podfile.lock b/Example/Podfile.lock new file mode 100644 index 0000000..7114990 --- /dev/null +++ b/Example/Podfile.lock @@ -0,0 +1,14 @@ +PODS: + - EPSignature (0.1.0) + +DEPENDENCIES: + - EPSignature (from `../`) + +EXTERNAL SOURCES: + EPSignature: + :path: ../ + +SPEC CHECKSUMS: + EPSignature: f2b2edde2562ef946ca456d6833821dcc15b84ae + +COCOAPODS: 0.39.0 diff --git a/Example/Pods/Local Podspecs/EPSignature.podspec.json b/Example/Pods/Local Podspecs/EPSignature.podspec.json new file mode 100644 index 0000000..09b6a31 --- /dev/null +++ b/Example/Pods/Local Podspecs/EPSignature.podspec.json @@ -0,0 +1,25 @@ +{ + "name": "EPSignature", + "version": "0.1.0", + "summary": "A short description of EPSignature.", + "description": "", + "homepage": "https://github.com//EPSignature", + "license": "MIT", + "authors": { + "Prabaharan": "prabaharan.e@payoda.com" + }, + "source": { + "git": "https://github.com//EPSignature.git", + "tag": "0.1.0" + }, + "platforms": { + "ios": "8.0" + }, + "requires_arc": true, + "source_files": "Pod/Classes/**/*", + "resource_bundles": { + "EPSignature": [ + "Pod/Assets/*.png" + ] + } +} diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock new file mode 100644 index 0000000..7114990 --- /dev/null +++ b/Example/Pods/Manifest.lock @@ -0,0 +1,14 @@ +PODS: + - EPSignature (0.1.0) + +DEPENDENCIES: + - EPSignature (from `../`) + +EXTERNAL SOURCES: + EPSignature: + :path: ../ + +SPEC CHECKSUMS: + EPSignature: f2b2edde2562ef946ca456d6833821dcc15b84ae + +COCOAPODS: 0.39.0 diff --git a/Pod/Assets/.gitkeep b/Pod/Assets/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Pod/Classes/.gitkeep b/Pod/Classes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/_Pods.xcodeproj b/_Pods.xcodeproj new file mode 120000 index 0000000..3c5a8e7 --- /dev/null +++ b/_Pods.xcodeproj @@ -0,0 +1 @@ +Example/Pods/Pods.xcodeproj \ No newline at end of file