2 "name": "TransloaditAPI",
4 "summary": "A simple API to upload files to transloadit.",
5 "homepage": "https://github.com/krummler/iphone-sdk",
7 "https://raw.github.com/krummler/iphone-sdk/master/Screenshots/device/1.png",
8 "https://raw.github.com/krummler/iphone-sdk/master/Screenshots/device/2.png",
9 "https://raw.github.com/krummler/iphone-sdk/master/Screenshots/device/3.png"
13 "Kevin Rummler": "kevin.rummler@topicus.nl"
16 "git": "https://github.com/krummler/iphone-sdk.git",
25 "SystemConfiguration",
32 "TransloaditAPI/**/*.{h,m}"
43 "prefix_header_contents": "#import <Availability.h>\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #import <Security/Security.h>\n#else\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <CoreServices/CoreServices.h>\n #import <Security/Security.h>\n#endif\n"