AFNetworking: migrate to v3.
Fix memory leak in [SkyXSLTransformation cleanUTF8:] method
SkyJSONResponseSerializer extended with [applyTransformationToDictionary:error:] method to avoid a weakly-typed manner
update [SkyJSONResponseSerializer.applyTransformationToData:withError:] so it can work with JSON input as well
make SkyXSLTransformation properties atomic, so that we synchronize access to them by default
convert NSData to NSString - fixed
check result string on zero length on the first pass
added Mac OS X 10.10 as a deployment target
move to gitlab repos
avoid possible crashes if we can’t recognize a content string
fixed imports of other headers in the SkyScraper.h, it now includes only headers needed for the Base subspec.
other subspecs (+AFNetworking, +Mantle) have their own designated headers.
this is a breaking change for the clients that used AFNetworking and Mantle subspecs - they will now have to explicitly export SkyScraper+AFNetworking.h, SkyScraper+Mantle.h correspondingly to use those features.
Fixed fat binary simulator slices in libxslt-with-plugins.a
Supporting CocoaPods integration as a dynamic framework (w/ use_frameworks! in Podfile) or as a static library. The former is needed if you integrate other CocoaPods dependencies, which contain Swift code.