diff --git a/Example/Podfile b/Example/Podfile index e857471..bdc9211 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,4 +1,4 @@ -target 'ReadMoreTextView' +target 'ReadMoreTextViewExample' use_frameworks! diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 37d8702..4fb8702 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - ReadMoreTextView (1.0.0) + - ReadMoreTextView (1.1.0) DEPENDENCIES: - ReadMoreTextView (from `..`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: .. SPEC CHECKSUMS: - ReadMoreTextView: dc67d7709ec5aeb097e33b8f6dd889d36bc6381e + ReadMoreTextView: 8d140284b6621571642fb6824f1774b119358e41 -PODFILE CHECKSUM: 2366308016abb98d5b6b067ebc6c24b0e7ca2c03 +PODFILE CHECKSUM: 72daab87156ddc53981cfb66c0eac16103dd9957 COCOAPODS: 1.2.0.beta.1 diff --git a/Example/Pods/Local Podspecs/ReadMoreTextView.podspec.json b/Example/Pods/Local Podspecs/ReadMoreTextView.podspec.json index 5532bb3..c02f476 100644 --- a/Example/Pods/Local Podspecs/ReadMoreTextView.podspec.json +++ b/Example/Pods/Local Podspecs/ReadMoreTextView.podspec.json @@ -1,6 +1,6 @@ { "name": "ReadMoreTextView", - "version": "1.0.0", + "version": "1.1.0", "summary": "UITextView subclass with \"read more\"/\"read less\" capabilities.", "description": "UITextView subclass with \"Read more\" behavior.\n\n* Set \"read more\"/\"read less\" text as a String or NSAttributedString\n* Set maximum number of lines to display\n* Turn trim on/off\n* Live updates and setup in Interface Builder", "homepage": "http://ilya.puchka.me/custom-uitextview-in-swift/", @@ -17,7 +17,7 @@ }, "source": { "git": "https://github.com/ilyapuchka/ReadMoreTextView.git", - "tag": "1.0.0" + "tag": "1.1.0" }, "source_files": "Sources/ReadMoreTextView.swift" } diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 37d8702..4fb8702 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - ReadMoreTextView (1.0.0) + - ReadMoreTextView (1.1.0) DEPENDENCIES: - ReadMoreTextView (from `..`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: .. SPEC CHECKSUMS: - ReadMoreTextView: dc67d7709ec5aeb097e33b8f6dd889d36bc6381e + ReadMoreTextView: 8d140284b6621571642fb6824f1774b119358e41 -PODFILE CHECKSUM: 2366308016abb98d5b6b067ebc6c24b0e7ca2c03 +PODFILE CHECKSUM: 72daab87156ddc53981cfb66c0eac16103dd9957 COCOAPODS: 1.2.0.beta.1 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index d9ef9f9..383d22b 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,63 +7,63 @@ objects = { /* Begin PBXBuildFile section */ - 04BFC18823205963C17DF30381B02DF5 /* ReadMoreTextView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60EC81998176DDDE3F8CAAE997D03E08 /* ReadMoreTextView-dummy.m */; }; - 3858EEA1B846130180C9272041C20F2B /* Pods-ReadMoreTextView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CE13D85131C57AFA8C43957A9B18812 /* Pods-ReadMoreTextView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 441A088F8A323D0EDDCAFE3BE46CF7BE /* ReadMoreTextView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B62238C22C03F5DF69C0D45FBD83EAE9 /* ReadMoreTextView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6543ECD3702AD9F7E599395B593FAE3C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; }; - 934ECC507D99CFD339F268C2A99B6F03 /* ReadMoreTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FEB05108226F9144841322C256FA95C /* ReadMoreTextView.swift */; }; - E34BCE8176A4CF95710BB9EB245E71B3 /* Pods-ReadMoreTextView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B700F8382E75F32B779F8643399416A /* Pods-ReadMoreTextView-dummy.m */; }; - FA346CAEC94244ABD42B077702D01FA4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; }; + 0D54E75E5683453F8710F2F79D1E5CD4 /* ReadMoreTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FEB05108226F9144841322C256FA95C /* ReadMoreTextView.swift */; }; + 3597379FC64DCDE942F8E95F45B193E9 /* Pods-ReadMoreTextViewExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B8E5C911BA6C82BB46A58A9DAE6DAFF /* Pods-ReadMoreTextViewExample-dummy.m */; }; + 5BDAD7A35C58867223BDFB0199256FDD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; }; + 6607EFA7CC6A2940E1C9C7B440D8B985 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; }; + CC8A6281EF7BAB4EA92415A00C225856 /* ReadMoreTextView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B62238C22C03F5DF69C0D45FBD83EAE9 /* ReadMoreTextView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA071EB6DBAC03FB66A243AE51D6F9E1 /* ReadMoreTextView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60EC81998176DDDE3F8CAAE997D03E08 /* ReadMoreTextView-dummy.m */; }; + E67B6835FB2E53C4B862925A4539AD24 /* Pods-ReadMoreTextViewExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B7D82AAAD19A18B94EDAC41E9F506038 /* Pods-ReadMoreTextViewExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 3A9A84EF2B1373B0D801B66D8BA759B6 /* PBXContainerItemProxy */ = { + 91AA6817508E420D8C6910C9028F600C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C2073E864BEB3323728A21EA7DE6672; + remoteGlobalIDString = 07DCEE2FF5E1495CC9CD5D15A23A7D6A; remoteInfo = ReadMoreTextView; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 196DE5EDC2496F02C6B7E71A521B4274 /* Pods-ReadMoreTextViewExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ReadMoreTextViewExample-acknowledgements.plist"; sourceTree = ""; }; + 19BDF3558CAA5431362CCD557177E3A0 /* Pods-ReadMoreTextViewExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ReadMoreTextViewExample-acknowledgements.markdown"; sourceTree = ""; }; 1FEB05108226F9144841322C256FA95C /* ReadMoreTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ReadMoreTextView.swift; sourceTree = ""; }; - 325723453C622B21CB8EA856695E9326 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 374D395EEDDBDB9B1FE2A837F6DB7857 /* Pods-ReadMoreTextView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReadMoreTextView.debug.xcconfig"; sourceTree = ""; }; + 2A9384A0F0089F5094E5C89C13713E01 /* ReadMoreTextView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ReadMoreTextView.framework; path = ReadMoreTextView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2B8E5C911BA6C82BB46A58A9DAE6DAFF /* Pods-ReadMoreTextViewExample-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ReadMoreTextViewExample-dummy.m"; sourceTree = ""; }; + 31C2C5582F899E9E529AE415EC62D533 /* Pods-ReadMoreTextViewExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReadMoreTextViewExample.debug.xcconfig"; sourceTree = ""; }; 40C8C5A52BFE326A6D2E551CBB97390A /* ReadMoreTextView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReadMoreTextView-prefix.pch"; sourceTree = ""; }; - 4A015CC9574AD42B9F086EDB6F028379 /* Pods-ReadMoreTextView-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ReadMoreTextView-frameworks.sh"; sourceTree = ""; }; + 4219EEDC3BE989ADCFBCF2A711865152 /* Pods_ReadMoreTextViewExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_ReadMoreTextViewExample.framework; path = "Pods-ReadMoreTextViewExample.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4686C661354B6F81835B5D3B7AEB075C /* Pods-ReadMoreTextViewExample-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ReadMoreTextViewExample-resources.sh"; sourceTree = ""; }; + 5ABA830DBB4F3F2C1B74C9F462093D49 /* Pods-ReadMoreTextViewExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-ReadMoreTextViewExample.modulemap"; sourceTree = ""; }; 60EC81998176DDDE3F8CAAE997D03E08 /* ReadMoreTextView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReadMoreTextView-dummy.m"; sourceTree = ""; }; 6C2681B8AC509688CD17BA8F3E650A22 /* ReadMoreTextView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = ReadMoreTextView.modulemap; sourceTree = ""; }; - 6CE13D85131C57AFA8C43957A9B18812 /* Pods-ReadMoreTextView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ReadMoreTextView-umbrella.h"; sourceTree = ""; }; - 74AD7E04B67D98469D6B4C41ABA26867 /* Pods_ReadMoreTextView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_ReadMoreTextView.framework; path = "Pods-ReadMoreTextView.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - 7B700F8382E75F32B779F8643399416A /* Pods-ReadMoreTextView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ReadMoreTextView-dummy.m"; sourceTree = ""; }; - 86DAC3096BE2CFB202EB1AE6E2CF3883 /* Pods-ReadMoreTextView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-ReadMoreTextView.modulemap"; sourceTree = ""; }; - 91407460EC6A2B9718B05ECD6F4C807B /* Pods-ReadMoreTextView-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ReadMoreTextView-resources.sh"; sourceTree = ""; }; + 799C9CB346F2178E8EB1A1C71405BF04 /* Pods-ReadMoreTextViewExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReadMoreTextViewExample.release.xcconfig"; sourceTree = ""; }; 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A08BEA8BEBE3C7E9DF30642DDF73BFE3 /* Pods-ReadMoreTextView-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ReadMoreTextView-acknowledgements.plist"; sourceTree = ""; }; - AFF6B5ED52BE2992C4185D8B8C5D11DE /* Pods-ReadMoreTextView-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ReadMoreTextView-acknowledgements.markdown"; sourceTree = ""; }; B62238C22C03F5DF69C0D45FBD83EAE9 /* ReadMoreTextView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReadMoreTextView-umbrella.h"; sourceTree = ""; }; - B67405B331A0BE3E97085B0FA50FB037 /* ReadMoreTextView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ReadMoreTextView.framework; path = ReadMoreTextView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB81939A69F9ED1E5F827CC12EA65EF5 /* Pods-ReadMoreTextView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ReadMoreTextView.release.xcconfig"; sourceTree = ""; }; + B7D82AAAD19A18B94EDAC41E9F506038 /* Pods-ReadMoreTextViewExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ReadMoreTextViewExample-umbrella.h"; sourceTree = ""; }; + C027649DC0037F206E0684986D9D7CF2 /* Pods-ReadMoreTextViewExample-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ReadMoreTextViewExample-frameworks.sh"; sourceTree = ""; }; CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; D46C2CB9F83362897C29FD75CD09FA0A /* ReadMoreTextView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReadMoreTextView.xcconfig; sourceTree = ""; }; DFB1DCB4E819EEEDA0992B3D2F7B6759 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + FBFA14730588EA147201B871A9C9800B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 10FEEA3CDB38912E3EDFC43509D55EF5 /* Frameworks */ = { + 7B61C0138ED40BE89F2EB97A1908E688 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 6543ECD3702AD9F7E599395B593FAE3C /* Foundation.framework in Frameworks */, + 6607EFA7CC6A2940E1C9C7B440D8B985 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - D9FC9D00E164AC43E093EAFE8395DF30 /* Frameworks */ = { + F8B0B28A27EE2FE981FA074DF02CF642 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - FA346CAEC94244ABD42B077702D01FA4 /* Foundation.framework in Frameworks */, + 5BDAD7A35C58867223BDFB0199256FDD /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -80,10 +80,10 @@ path = ../..; sourceTree = ""; }; - 100D940171EB40B9414AD39F07C72497 /* Targets Support Files */ = { + 09F2513A67F15497EB6AA766C99B653A /* Targets Support Files */ = { isa = PBXGroup; children = ( - 700C9D95A6A1B766E89968F4FDD4DE3D /* Pods-ReadMoreTextView */, + 28D4AC494D794C24B887CB3B089A97CD /* Pods-ReadMoreTextViewExample */, ); name = "Targets Support Files"; sourceTree = ""; @@ -97,39 +97,39 @@ path = Sources; sourceTree = ""; }; - 47295C15AA0116DE5A0B135855B92545 /* Products */ = { + 28D4AC494D794C24B887CB3B089A97CD /* Pods-ReadMoreTextViewExample */ = { isa = PBXGroup; children = ( - 74AD7E04B67D98469D6B4C41ABA26867 /* Pods_ReadMoreTextView.framework */, - B67405B331A0BE3E97085B0FA50FB037 /* ReadMoreTextView.framework */, + FBFA14730588EA147201B871A9C9800B /* Info.plist */, + 5ABA830DBB4F3F2C1B74C9F462093D49 /* Pods-ReadMoreTextViewExample.modulemap */, + 19BDF3558CAA5431362CCD557177E3A0 /* Pods-ReadMoreTextViewExample-acknowledgements.markdown */, + 196DE5EDC2496F02C6B7E71A521B4274 /* Pods-ReadMoreTextViewExample-acknowledgements.plist */, + 2B8E5C911BA6C82BB46A58A9DAE6DAFF /* Pods-ReadMoreTextViewExample-dummy.m */, + C027649DC0037F206E0684986D9D7CF2 /* Pods-ReadMoreTextViewExample-frameworks.sh */, + 4686C661354B6F81835B5D3B7AEB075C /* Pods-ReadMoreTextViewExample-resources.sh */, + B7D82AAAD19A18B94EDAC41E9F506038 /* Pods-ReadMoreTextViewExample-umbrella.h */, + 31C2C5582F899E9E529AE415EC62D533 /* Pods-ReadMoreTextViewExample.debug.xcconfig */, + 799C9CB346F2178E8EB1A1C71405BF04 /* Pods-ReadMoreTextViewExample.release.xcconfig */, ); - name = Products; + name = "Pods-ReadMoreTextViewExample"; + path = "Target Support Files/Pods-ReadMoreTextViewExample"; sourceTree = ""; }; - 4C1CFEDC476ED9B4534BA4721C98A4E2 /* Development Pods */ = { + 3B2CDE234BF4135C53DB0ED6D289715E /* Products */ = { isa = PBXGroup; children = ( - 0139DBE238703D6E8F9AE7C1931611B0 /* ReadMoreTextView */, + 4219EEDC3BE989ADCFBCF2A711865152 /* Pods_ReadMoreTextViewExample.framework */, + 2A9384A0F0089F5094E5C89C13713E01 /* ReadMoreTextView.framework */, ); - name = "Development Pods"; + name = Products; sourceTree = ""; }; - 700C9D95A6A1B766E89968F4FDD4DE3D /* Pods-ReadMoreTextView */ = { + 4C1CFEDC476ED9B4534BA4721C98A4E2 /* Development Pods */ = { isa = PBXGroup; children = ( - 325723453C622B21CB8EA856695E9326 /* Info.plist */, - 86DAC3096BE2CFB202EB1AE6E2CF3883 /* Pods-ReadMoreTextView.modulemap */, - AFF6B5ED52BE2992C4185D8B8C5D11DE /* Pods-ReadMoreTextView-acknowledgements.markdown */, - A08BEA8BEBE3C7E9DF30642DDF73BFE3 /* Pods-ReadMoreTextView-acknowledgements.plist */, - 7B700F8382E75F32B779F8643399416A /* Pods-ReadMoreTextView-dummy.m */, - 4A015CC9574AD42B9F086EDB6F028379 /* Pods-ReadMoreTextView-frameworks.sh */, - 91407460EC6A2B9718B05ECD6F4C807B /* Pods-ReadMoreTextView-resources.sh */, - 6CE13D85131C57AFA8C43957A9B18812 /* Pods-ReadMoreTextView-umbrella.h */, - 374D395EEDDBDB9B1FE2A837F6DB7857 /* Pods-ReadMoreTextView.debug.xcconfig */, - BB81939A69F9ED1E5F827CC12EA65EF5 /* Pods-ReadMoreTextView.release.xcconfig */, + 0139DBE238703D6E8F9AE7C1931611B0 /* ReadMoreTextView */, ); - name = "Pods-ReadMoreTextView"; - path = "Target Support Files/Pods-ReadMoreTextView"; + name = "Development Pods"; sourceTree = ""; }; 7531C8F8DE19F1AA3C8A7AC97A91DC29 /* iOS */ = { @@ -146,8 +146,8 @@ 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, 4C1CFEDC476ED9B4534BA4721C98A4E2 /* Development Pods */, BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */, - 47295C15AA0116DE5A0B135855B92545 /* Products */, - 100D940171EB40B9414AD39F07C72497 /* Targets Support Files */, + 3B2CDE234BF4135C53DB0ED6D289715E /* Products */, + 09F2513A67F15497EB6AA766C99B653A /* Targets Support Files */, ); sourceTree = ""; }; @@ -176,32 +176,32 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - C1C407D6C76184F0F29251BF7AF2971C /* Headers */ = { + 1ED0C0170EDB721EF60EBFE2ADC162D0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 3858EEA1B846130180C9272041C20F2B /* Pods-ReadMoreTextView-umbrella.h in Headers */, + CC8A6281EF7BAB4EA92415A00C225856 /* ReadMoreTextView-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - FB1AD8358195D236C86063E27B83DA48 /* Headers */ = { + 68F9AF72CE49AA121730757FA5A18416 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 441A088F8A323D0EDDCAFE3BE46CF7BE /* ReadMoreTextView-umbrella.h in Headers */, + E67B6835FB2E53C4B862925A4539AD24 /* Pods-ReadMoreTextViewExample-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 0C2073E864BEB3323728A21EA7DE6672 /* ReadMoreTextView */ = { + 07DCEE2FF5E1495CC9CD5D15A23A7D6A /* ReadMoreTextView */ = { isa = PBXNativeTarget; - buildConfigurationList = 7FBC1332A8EA2C32908E8C946E76FB7B /* Build configuration list for PBXNativeTarget "ReadMoreTextView" */; + buildConfigurationList = 6B436AE262C1BD38DC1FF6ED5A71B638 /* Build configuration list for PBXNativeTarget "ReadMoreTextView" */; buildPhases = ( - 0CE551D788B4ACCDBBA943136D859925 /* Sources */, - 10FEEA3CDB38912E3EDFC43509D55EF5 /* Frameworks */, - FB1AD8358195D236C86063E27B83DA48 /* Headers */, + 1FEE50214138FC4868D9A8B6BBB6675E /* Sources */, + F8B0B28A27EE2FE981FA074DF02CF642 /* Frameworks */, + 1ED0C0170EDB721EF60EBFE2ADC162D0 /* Headers */, ); buildRules = ( ); @@ -209,25 +209,25 @@ ); name = ReadMoreTextView; productName = ReadMoreTextView; - productReference = B67405B331A0BE3E97085B0FA50FB037 /* ReadMoreTextView.framework */; + productReference = 2A9384A0F0089F5094E5C89C13713E01 /* ReadMoreTextView.framework */; productType = "com.apple.product-type.framework"; }; - C13E3B903562AB477B0B6C9D6F9552E1 /* Pods-ReadMoreTextView */ = { + 1956BE8B64FE92A7D290AD341F37E8B8 /* Pods-ReadMoreTextViewExample */ = { isa = PBXNativeTarget; - buildConfigurationList = 01687D85B03CC792C015A4E2230B276B /* Build configuration list for PBXNativeTarget "Pods-ReadMoreTextView" */; + buildConfigurationList = 3302BEDCA86123DE074B9979BF612EA1 /* Build configuration list for PBXNativeTarget "Pods-ReadMoreTextViewExample" */; buildPhases = ( - B44CE4F61A106DAB0ECA69B086F4F2A5 /* Sources */, - D9FC9D00E164AC43E093EAFE8395DF30 /* Frameworks */, - C1C407D6C76184F0F29251BF7AF2971C /* Headers */, + 9337B5E820A0989BE22EC12926D83685 /* Sources */, + 7B61C0138ED40BE89F2EB97A1908E688 /* Frameworks */, + 68F9AF72CE49AA121730757FA5A18416 /* Headers */, ); buildRules = ( ); dependencies = ( - C93978D0FC9C3083547B863465C7EEF8 /* PBXTargetDependency */, + C5FE976AFD2E91AB14A615EAECB3B907 /* PBXTargetDependency */, ); - name = "Pods-ReadMoreTextView"; - productName = "Pods-ReadMoreTextView"; - productReference = 74AD7E04B67D98469D6B4C41ABA26867 /* Pods_ReadMoreTextView.framework */; + name = "Pods-ReadMoreTextViewExample"; + productName = "Pods-ReadMoreTextViewExample"; + productReference = 4219EEDC3BE989ADCFBCF2A711865152 /* Pods_ReadMoreTextViewExample.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -247,46 +247,82 @@ en, ); mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = 47295C15AA0116DE5A0B135855B92545 /* Products */; + productRefGroup = 3B2CDE234BF4135C53DB0ED6D289715E /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - C13E3B903562AB477B0B6C9D6F9552E1 /* Pods-ReadMoreTextView */, - 0C2073E864BEB3323728A21EA7DE6672 /* ReadMoreTextView */, + 1956BE8B64FE92A7D290AD341F37E8B8 /* Pods-ReadMoreTextViewExample */, + 07DCEE2FF5E1495CC9CD5D15A23A7D6A /* ReadMoreTextView */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ - 0CE551D788B4ACCDBBA943136D859925 /* Sources */ = { + 1FEE50214138FC4868D9A8B6BBB6675E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 04BFC18823205963C17DF30381B02DF5 /* ReadMoreTextView-dummy.m in Sources */, - 934ECC507D99CFD339F268C2A99B6F03 /* ReadMoreTextView.swift in Sources */, + DA071EB6DBAC03FB66A243AE51D6F9E1 /* ReadMoreTextView-dummy.m in Sources */, + 0D54E75E5683453F8710F2F79D1E5CD4 /* ReadMoreTextView.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B44CE4F61A106DAB0ECA69B086F4F2A5 /* Sources */ = { + 9337B5E820A0989BE22EC12926D83685 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E34BCE8176A4CF95710BB9EB245E71B3 /* Pods-ReadMoreTextView-dummy.m in Sources */, + 3597379FC64DCDE942F8E95F45B193E9 /* Pods-ReadMoreTextViewExample-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - C93978D0FC9C3083547B863465C7EEF8 /* PBXTargetDependency */ = { + C5FE976AFD2E91AB14A615EAECB3B907 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReadMoreTextView; - target = 0C2073E864BEB3323728A21EA7DE6672 /* ReadMoreTextView */; - targetProxy = 3A9A84EF2B1373B0D801B66D8BA759B6 /* PBXContainerItemProxy */; + target = 07DCEE2FF5E1495CC9CD5D15A23A7D6A /* ReadMoreTextView */; + targetProxy = 91AA6817508E420D8C6910C9028F600C /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ + 346777A8C1649A02C17ABEFD4B4FE872 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 31C2C5582F899E9E529AE415EC62D533 /* Pods-ReadMoreTextViewExample.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-ReadMoreTextViewExample/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.2; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_ReadMoreTextViewExample; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 38EE8368C2E217599711414DA4177CF2 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -327,9 +363,9 @@ }; name = Release; }; - 44184FB808ACE622A85E93AD14975A0E /* Debug */ = { + 4A1DEA6984906477DF79EF0B48C6C290 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 374D395EEDDBDB9B1FE2A837F6DB7857 /* Pods-ReadMoreTextView.debug.xcconfig */; + baseConfigurationReference = D46C2CB9F83362897C29FD75CD09FA0A /* ReadMoreTextView.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -342,21 +378,18 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-ReadMoreTextView/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/ReadMoreTextView/ReadMoreTextView-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/ReadMoreTextView/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.2; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView.modulemap"; + MODULEMAP_FILE = "Target Support Files/ReadMoreTextView/ReadMoreTextView.modulemap"; MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_ReadMoreTextView; + PRODUCT_NAME = ReadMoreTextView; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; @@ -407,7 +440,7 @@ }; name = Debug; }; - 9BD28797222E78A86E146CBA2465F466 /* Debug */ = { + A0CA2F9FB0B42835FC8BAA041732768D /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = D46C2CB9F83362897C29FD75CD09FA0A /* ReadMoreTextView.xcconfig */; buildSettings = { @@ -415,7 +448,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -428,21 +461,20 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MODULEMAP_FILE = "Target Support Files/ReadMoreTextView/ReadMoreTextView.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; + MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_NAME = ReadMoreTextView; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - A38670E0B3E75B91267B4E66489A19E5 /* Release */ = { + F39BB030AE002EFB55193458B6BBAEF5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BB81939A69F9ED1E5F827CC12EA65EF5 /* Pods-ReadMoreTextView.release.xcconfig */; + baseConfigurationReference = 799C9CB346F2178E8EB1A1C71405BF04 /* Pods-ReadMoreTextViewExample.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -455,52 +487,20 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-ReadMoreTextView/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ReadMoreTextViewExample/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.2; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_ReadMoreTextView; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - B252F99FEC527D5FF83DA148928183A5 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D46C2CB9F83362897C29FD75CD09FA0A /* ReadMoreTextView.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/ReadMoreTextView/ReadMoreTextView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/ReadMoreTextView/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/ReadMoreTextView/ReadMoreTextView.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = ReadMoreTextView; + PRODUCT_NAME = Pods_ReadMoreTextViewExample; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; @@ -510,29 +510,29 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 01687D85B03CC792C015A4E2230B276B /* Build configuration list for PBXNativeTarget "Pods-ReadMoreTextView" */ = { + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 44184FB808ACE622A85E93AD14975A0E /* Debug */, - A38670E0B3E75B91267B4E66489A19E5 /* Release */, + 717203CFCF97FBAAC9828ACF699ED117 /* Debug */, + 38EE8368C2E217599711414DA4177CF2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + 3302BEDCA86123DE074B9979BF612EA1 /* Build configuration list for PBXNativeTarget "Pods-ReadMoreTextViewExample" */ = { isa = XCConfigurationList; buildConfigurations = ( - 717203CFCF97FBAAC9828ACF699ED117 /* Debug */, - 38EE8368C2E217599711414DA4177CF2 /* Release */, + 346777A8C1649A02C17ABEFD4B4FE872 /* Debug */, + F39BB030AE002EFB55193458B6BBAEF5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7FBC1332A8EA2C32908E8C946E76FB7B /* Build configuration list for PBXNativeTarget "ReadMoreTextView" */ = { + 6B436AE262C1BD38DC1FF6ED5A71B638 /* Build configuration list for PBXNativeTarget "ReadMoreTextView" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9BD28797222E78A86E146CBA2465F466 /* Debug */, - B252F99FEC527D5FF83DA148928183A5 /* Release */, + 4A1DEA6984906477DF79EF0B48C6C290 /* Debug */, + A0CA2F9FB0B42835FC8BAA041732768D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-dummy.m b/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-dummy.m deleted file mode 100644 index 0b9501c..0000000 --- a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_ReadMoreTextView : NSObject -@end -@implementation PodsDummy_Pods_ReadMoreTextView -@end diff --git a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView.modulemap b/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView.modulemap deleted file mode 100644 index 252796b..0000000 --- a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_ReadMoreTextView { - umbrella header "Pods-ReadMoreTextView-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Info.plist b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Info.plist similarity index 100% rename from Example/Pods/Target Support Files/Pods-ReadMoreTextView/Info.plist rename to Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Info.plist diff --git a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-acknowledgements.markdown similarity index 100% rename from Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-acknowledgements.markdown rename to Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-acknowledgements.markdown diff --git a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-acknowledgements.plist similarity index 100% rename from Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-acknowledgements.plist rename to Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-acknowledgements.plist diff --git a/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-dummy.m b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-dummy.m new file mode 100644 index 0000000..ce4e743 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_ReadMoreTextViewExample : NSObject +@end +@implementation PodsDummy_Pods_ReadMoreTextViewExample +@end diff --git a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-frameworks.sh b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-frameworks.sh similarity index 100% rename from Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-frameworks.sh rename to Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-frameworks.sh diff --git a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-resources.sh b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-resources.sh similarity index 100% rename from Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-resources.sh rename to Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-resources.sh diff --git a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-umbrella.h b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-umbrella.h similarity index 56% rename from Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-umbrella.h rename to Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-umbrella.h index 2c7b9f5..33d4973 100644 --- a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-umbrella.h +++ b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-umbrella.h @@ -11,6 +11,6 @@ #endif -FOUNDATION_EXPORT double Pods_ReadMoreTextViewVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_ReadMoreTextViewVersionString[]; +FOUNDATION_EXPORT double Pods_ReadMoreTextViewExampleVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_ReadMoreTextViewExampleVersionString[]; diff --git a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView.debug.xcconfig b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample.debug.xcconfig similarity index 100% rename from Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView.debug.xcconfig rename to Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample.debug.xcconfig diff --git a/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample.modulemap b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample.modulemap new file mode 100644 index 0000000..d227478 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample.modulemap @@ -0,0 +1,6 @@ +framework module Pods_ReadMoreTextViewExample { + umbrella header "Pods-ReadMoreTextViewExample-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView.release.xcconfig b/Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample.release.xcconfig similarity index 100% rename from Example/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView.release.xcconfig rename to Example/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample.release.xcconfig diff --git a/Example/Pods/Target Support Files/ReadMoreTextView/Info.plist b/Example/Pods/Target Support Files/ReadMoreTextView/Info.plist index 2243fe6..21a30b4 100644 --- a/Example/Pods/Target Support Files/ReadMoreTextView/Info.plist +++ b/Example/Pods/Target Support Files/ReadMoreTextView/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.0 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/ReadMoreTextView.xcodeproj/project.pbxproj b/Example/ReadMoreTextView.xcodeproj/project.pbxproj index cebb58d..002a2b8 100644 --- a/Example/ReadMoreTextView.xcodeproj/project.pbxproj +++ b/Example/ReadMoreTextView.xcodeproj/project.pbxproj @@ -13,7 +13,7 @@ 094F38641AD1DD6E00BCD70D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 094F38631AD1DD6E00BCD70D /* Images.xcassets */; }; 094F38671AD1DD6E00BCD70D /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 094F38651AD1DD6E00BCD70D /* LaunchScreen.xib */; }; 094F38731AD1DD6E00BCD70D /* ReadMoreTextViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 094F38721AD1DD6E00BCD70D /* ReadMoreTextViewTests.swift */; }; - 0AC9E0D135C48BA140B63A1B /* Pods_ReadMoreTextView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D505CE2AB5839925F5E2903 /* Pods_ReadMoreTextView.framework */; }; + 4BA60EAA9E49C9F33187FAA4 /* Pods_ReadMoreTextViewExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 481361E09D26A602BE5C1B45 /* Pods_ReadMoreTextViewExample.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -37,9 +37,9 @@ 094F386C1AD1DD6E00BCD70D /* ReadMoreTextViewTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReadMoreTextViewTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 094F38711AD1DD6E00BCD70D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 094F38721AD1DD6E00BCD70D /* ReadMoreTextViewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadMoreTextViewTests.swift; sourceTree = ""; }; - 143BEFF04737AA196688B784 /* Pods-ReadMoreTextView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReadMoreTextView.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView.debug.xcconfig"; sourceTree = ""; }; - 8D505CE2AB5839925F5E2903 /* Pods_ReadMoreTextView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ReadMoreTextView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E37E8AAC77A0E1A9023EA366 /* Pods-ReadMoreTextView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReadMoreTextView.release.xcconfig"; path = "Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView.release.xcconfig"; sourceTree = ""; }; + 481361E09D26A602BE5C1B45 /* Pods_ReadMoreTextViewExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ReadMoreTextViewExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 7C937E2F4988BFA784F501EA /* Pods-ReadMoreTextViewExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReadMoreTextViewExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample.debug.xcconfig"; sourceTree = ""; }; + A015F18144C48980B24F9D27 /* Pods-ReadMoreTextViewExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReadMoreTextViewExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -47,7 +47,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0AC9E0D135C48BA140B63A1B /* Pods_ReadMoreTextView.framework in Frameworks */, + 4BA60EAA9E49C9F33187FAA4 /* Pods_ReadMoreTextViewExample.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -67,8 +67,8 @@ 094F38591AD1DD6E00BCD70D /* ReadMoreTextView */, 094F386F1AD1DD6E00BCD70D /* ReadMoreTextViewTests */, 094F38581AD1DD6E00BCD70D /* Products */, - 6C23DA08F9FB47E617EDCC3D /* Pods */, - 4241CCED9453EC9C0EF6ECE0 /* Frameworks */, + E72E4B2B844AC1C39FF268E0 /* Pods */, + 7342E6F06149117E2842EF5C /* Frameworks */, ); sourceTree = ""; }; @@ -119,19 +119,19 @@ name = "Supporting Files"; sourceTree = ""; }; - 4241CCED9453EC9C0EF6ECE0 /* Frameworks */ = { + 7342E6F06149117E2842EF5C /* Frameworks */ = { isa = PBXGroup; children = ( - 8D505CE2AB5839925F5E2903 /* Pods_ReadMoreTextView.framework */, + 481361E09D26A602BE5C1B45 /* Pods_ReadMoreTextViewExample.framework */, ); name = Frameworks; sourceTree = ""; }; - 6C23DA08F9FB47E617EDCC3D /* Pods */ = { + E72E4B2B844AC1C39FF268E0 /* Pods */ = { isa = PBXGroup; children = ( - 143BEFF04737AA196688B784 /* Pods-ReadMoreTextView.debug.xcconfig */, - E37E8AAC77A0E1A9023EA366 /* Pods-ReadMoreTextView.release.xcconfig */, + 7C937E2F4988BFA784F501EA /* Pods-ReadMoreTextViewExample.debug.xcconfig */, + A015F18144C48980B24F9D27 /* Pods-ReadMoreTextViewExample.release.xcconfig */, ); name = Pods; sourceTree = ""; @@ -143,12 +143,12 @@ isa = PBXNativeTarget; buildConfigurationList = 094F38761AD1DD6E00BCD70D /* Build configuration list for PBXNativeTarget "ReadMoreTextViewExample" */; buildPhases = ( - B2114F6EBC3A115BB9255922 /* [CP] Check Pods Manifest.lock */, + E6B3640D3CB553546926593C /* [CP] Check Pods Manifest.lock */, 094F38531AD1DD6E00BCD70D /* Sources */, 094F38541AD1DD6E00BCD70D /* Frameworks */, 094F38551AD1DD6E00BCD70D /* Resources */, - D7B6A067C59F3B191A60E9E8 /* [CP] Embed Pods Frameworks */, - 91E7C97BFFEA0D50592E763E /* [CP] Copy Pods Resources */, + 54C285754EAE89184A0E360A /* [CP] Embed Pods Frameworks */, + 1AF7CE2E6A3452679EA874E3 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -239,7 +239,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 91E7C97BFFEA0D50592E763E /* [CP] Copy Pods Resources */ = { + 1AF7CE2E6A3452679EA874E3 /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -251,37 +251,37 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-resources.sh\"\n"; showEnvVarsInLog = 0; }; - B2114F6EBC3A115BB9255922 /* [CP] Check Pods Manifest.lock */ = { + 54C285754EAE89184A0E360A /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "[CP] Check Pods Manifest.lock"; + name = "[CP] Embed Pods Frameworks"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReadMoreTextViewExample/Pods-ReadMoreTextViewExample-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - D7B6A067C59F3B191A60E9E8 /* [CP] Embed Pods Frameworks */ = { + E6B3640D3CB553546926593C /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = "[CP] Embed Pods Frameworks"; + name = "[CP] Check Pods Manifest.lock"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReadMoreTextView/Pods-ReadMoreTextView-frameworks.sh\"\n"; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -421,7 +421,7 @@ }; 094F38771AD1DD6E00BCD70D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 143BEFF04737AA196688B784 /* Pods-ReadMoreTextView.debug.xcconfig */; + baseConfigurationReference = 7C937E2F4988BFA784F501EA /* Pods-ReadMoreTextViewExample.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = 4LTD6LARKC; @@ -435,7 +435,7 @@ }; 094F38781AD1DD6E00BCD70D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E37E8AAC77A0E1A9023EA366 /* Pods-ReadMoreTextView.release.xcconfig */; + baseConfigurationReference = A015F18144C48980B24F9D27 /* Pods-ReadMoreTextViewExample.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = 4LTD6LARKC; diff --git a/Example/ReadMoreTextView/ViewController.swift b/Example/ReadMoreTextView/ViewController.swift index cebccfe..63332c6 100644 --- a/Example/ReadMoreTextView/ViewController.swift +++ b/Example/ReadMoreTextView/ViewController.swift @@ -25,7 +25,7 @@ class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSour readMoreTextView.text = "Lorem http://ipsum.com dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda." #if swift(>=3.0) - let readMoreTextAttributes = [ + let readMoreTextAttributes: [String: Any] = [ NSForegroundColorAttributeName: view.tintColor, NSFontAttributeName: UIFont.boldSystemFont(ofSize: 16) ]