4 "summary": "Promises for iOS & Mac OS X",
5 "homepage": "http://github.com/b52/OMPromises",
11 "Oliver Mader": "b52@reaktor42.de"
19 "git": "https://github.com/b52/OMPromises.git",
23 "default_subspecs": "Core",
28 "Sources/OMPromises.h",
30 "Sources/Core/External"
32 "public_header_files": [
33 "Sources/OMPromises.h",
34 "Sources/Core/{OMPromises,OMPromise,OMDeferred,OMLazyPromise}.h"
48 "public_header_files": [
53 "GCC_PREPROCESSOR_DEFINITIONS": "OMPROMISES_HTTP_AVAILABLE=1"
66 "frameworks": "XCTest",
69 "Tests/{Core,HTTP}/*.{h,m}"
71 "prefix_header_contents": "#if __IPHONE_OS_VERSION_MIN_REQUIRED\n#import <MobileCoreServices/MobileCoreServices.h>\n#else\n#import <CoreServices/CoreServices.h>\n#endif"