blob: b1e0afa2d81a0cae61c532a1085da76786525377 [file] [log] [blame]
{
"name": "KSURLComponents",
"version": "1.0.3",
"summary": "A clone of `NSURLComponents` for Cocoa releases older than iOS 7.",
"homepage": "https://github.com/karelia/KSFileUtilities",
"license": "MIT",
"authors": {
"Mike Abdullah": "me@mikeabdullah.net"
},
"source": {
"git": "https://github.com/karelia/KSFileUtilities.git",
"tag": "ksurlcomponents-1.0.3"
},
"platforms": {
"ios": "2.0",
"osx": "10.5"
},
"source_files": [
"KSURLComponents.m",
"KSURLComponents.h"
],
"requires_arc": false
}