4 "summary": "Promises for iOS & Mac OS X",
5 "homepage": "http://github.com/b52/OMPromises",
11 "Oliver Mader": "b52@reaktor42.de"
18 "git": "https://github.com/b52/OMPromises.git",
22 "default_subspecs": "Core",
27 "Classes/OMPromises.h",
29 "Classes/Core/External"
31 "public_header_files": [
32 "Classes/OMPromises.h",
33 "Classes/Core/{OMPromises,OMPromise,OMDeferred}.h"
37 "OMPromises-Resources-iOS": [
44 "OMPromises-Resources-OSX": [
49 "preserve_paths": "Resources"
62 "public_header_files": [
67 "GCC_PREPROCESSOR_DEFINITIONS": "OMPROMISES_HTTP_AVAILABLE=1"
80 "frameworks": "XCTest",
83 "Tests/{Core,HTTP}/*.{h,m}"
85 "prefix_header_contents": "#if __IPHONE_OS_VERSION_MIN_REQUIRED\n#import <MobileCoreServices/MobileCoreServices.h>\n#else\n#import <CoreServices/CoreServices.h>\n#endif\n"