2 "name": "XMPFramework",
4 "summary": "Simple XMP framework to read/write XMP data.",
5 "description": "XMPFramework is a simple Objective-C wrapper on top of Adobe XMP ToolKit that allow for a native API similar to NSUserDefaults to read/write XMP data.",
6 "homepage": "https://github.com/IHEARTCOOKIES/XMPFramework",
12 "Filip Busic": "filipbusic12@gmail.com"
15 "git": "https://github.com/IHEARTCOOKIES/XMPFramework.git",
18 "public_header_files": "XMPFramework/Classes/Public/**/*.h",
19 "private_header_files": "XMPFramework/Classes/Private/**/*.h",
20 "prefix_header_file": "XMPFramework/Classes/Include/XMPFramework-PrefixHeader.pch",
22 "XMPFramework/Classes/**/*",
23 "XMPFramework/Adobe-XMP-ToolKit/include/**/*"
25 "vendored_libraries": [
26 "XMPFramework/Adobe-XMP-ToolKit/libraries/libXMPCoreStatic.a",
27 "XMPFramework/Adobe-XMP-ToolKit/libraries/libXMPFilesStatic.a"
29 "module_name": "XMPFramework",
30 "pod_target_xcconfig": {
31 "USER_HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/XMPFramework/XMPFramework/Adobe-XMP-ToolKit/include $(SRCROOT)/../../XMPFramework/XMPFramework/Adobe-XMP-ToolKit/include $(SRCROOT)/../../XMPFramework/Adobe-XMP-ToolKit/include",
32 "VALID_ARCHS": "armv7 x86_64 arm64"