| { |
| "name": "XMPFramework", |
| "version": "1.0.0", |
| "summary": "Simple XMP framework to read/write XMP data.", |
| "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.", |
| "homepage": "https://github.com/IHEARTCOOKIES/XMPFramework", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Filip Busic": "filipbusic12@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/IHEARTCOOKIES/XMPFramework.git", |
| "tag": "1.0.0" |
| }, |
| "public_header_files": "XMPFramework/Classes/Public/**/*.h", |
| "private_header_files": "XMPFramework/Classes/Private/**/*.h", |
| "prefix_header_file": "XMPFramework/Classes/Include/XMPFramework-PrefixHeader.pch", |
| "source_files": [ |
| "XMPFramework/Classes/**/*", |
| "XMPFramework/Adobe-XMP-ToolKit/include/**/*" |
| ], |
| "vendored_libraries": [ |
| "XMPFramework/Adobe-XMP-ToolKit/libraries/libXMPCoreStatic.a", |
| "XMPFramework/Adobe-XMP-ToolKit/libraries/libXMPFilesStatic.a" |
| ], |
| "module_name": "XMPFramework", |
| "pod_target_xcconfig": { |
| "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", |
| "VALID_ARCHS": "armv7 x86_64 arm64" |
| }, |
| "libraries": [ |
| "resolv", |
| "stdc++" |
| ], |
| "platforms": { |
| "ios": "8.0" |
| } |
| } |