Last active
March 8, 2017 19:27
-
-
Save johndpope/80936522226fe06c27c28fb1be2624ef to your computer and use it in GitHub Desktop.
DRAFT open framework podspec - NOT WORKING
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "OpenFrameworks", | |
"version": "3.1.0.1", | |
"summary": ".", | |
"homepage": "http://OpenFrameworks.org", | |
"description": "", | |
"license": { | |
"type": "3-clause BSD", | |
"text": "By downloading, copying, installing or using the software you agree to this license.\nIf you do not agree to this license, do not download, install,\ncopy or use the software.\n\n\n License Agreement\n For Open Source Computer Vision Library\n (3-clause BSD License)\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n * Redistribution's of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n\n * Redistribution's in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n * The name of the copyright holders may not be used to endorse or promote products\n derived from this software without specific prior written permission.\n\nThis software is provided by the copyright holders and contributors \"as is\" and\n any express or implied warranties, including, but not limited to, the implied\n warranties of merchantability and fitness for a particular purpose are disclaimed.\nIn no event shall the Intel Corporation or contributors be liable for any direct,\nindirect, incidental, special, exemplary, or consequential damages\n(including, but not limited to, procurement of substitute goods or services;\nloss of use, data, or profits; or business interruption) however caused\nand on any theory of liability, whether in contract, strict liability,\nor tort (including negligence or otherwise) arising in any way out of\nthe use of this software, even if advised of the possibility of such damage.\n\n" | |
}, | |
"authors": "OpenFrameworks.org", | |
"source": { | |
"http": "" | |
}, | |
"platforms": { | |
"ios": "4.0" | |
}, | |
"preserve_paths": "OpenFrameworks.framework", | |
"source_files": "OpenFrameworks.framework/Versions/A/Headers/**/*{.h,.hpp}", | |
"public_header_files": "OpenFrameworks.framework/Versions/A/Headers/**/*{.h,.hpp}", | |
"vendored_frameworks": "OpenFrameworks.framework", | |
"header_dir": "OpenFrameworks", | |
"header_mappings_dir": "OpenFrameworks.framework/Versions/A/Headers/", | |
"libraries": [ | |
"stdc++" | |
], | |
"frameworks": [ | |
"Accelerate", | |
"AssetsLibrary", | |
"AVFoundation", | |
"CoreGraphics", | |
"CoreImage", | |
"CoreMedia", | |
"CoreVideo", | |
"Foundation", | |
"QuartzCore", | |
"UIKit" | |
], | |
"requires_arc": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment