[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / c / e / XMPFramework / 1.0.0 / XMPFramework.podspec.json
blob30f6dc612b75e34333f0329218c1349db61d33ce
2   "name": "XMPFramework",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Filip Busic": "filipbusic12@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/IHEARTCOOKIES/XMPFramework.git",
16     "tag": "1.0.0"
17   },
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",
21   "source_files": [
22     "XMPFramework/Classes/**/*",
23     "XMPFramework/Adobe-XMP-ToolKit/include/**/*"
24   ],
25   "vendored_libraries": [
26     "XMPFramework/Adobe-XMP-ToolKit/libraries/libXMPCoreStatic.a",
27     "XMPFramework/Adobe-XMP-ToolKit/libraries/libXMPFilesStatic.a"
28   ],
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"
33   },
34   "libraries": [
35     "resolv",
36     "stdc++"
37   ],
38   "platforms": {
39     "ios": "8.0"
40   }