SwiftXMP is able to add your custom scheme XMP to jpeg file.
SwiftXMP is able to add your custom scheme XMP (Extensible Metadata Platform) to jpeg file.
It is possible to write XMP on a APP1 segment without erase APP1 segemnet of Exif.
- iOS 9.0 or later
You want to add pod 'SwiftXMP', '~> 0.1'
similar to the following to your Podfile:
target 'MyApp' do
pod 'SwiftXMP', '~> 0.1'
end
Then run a pod install
inside your terminal, or from CocoaPods.app.
Alternatively to give it a test run, run the command:
pod try SwiftXMP
insert following script to your Cartfile:
github "2takaanthony85/SwiftXMP"
run carthage update
SwiftXMP is released under the MIT license. Go read the LICENSE file for more information.