blob: 7ee2d57407928291c5cd6842cc22297fd2e480b0 [file] [log] [blame]
{
"name": "SCPinions",
"version": "0.1.1",
"summary": "Steamclock uses various tools and utilities to build our apps. We call these tools Pinions and like to open source them.",
"description": " SCPinions is a grab-bag of useful classes and categories.\n\n * SCCategories: Assorted categories, from [UIColor colorWithHex:] to [NSArray stringAtIndex:]\n * SCDispatchQueue: A simple ObjC wrapper around the basic functionality of GCD / dispatch queues.\n * SCMarkedArray: Simplify tracking positions in arrays that are being modified.\n * SCNetworkRequest: Deprecated, use AFNetworking.\n * SCPacketUtility: Send ICMP packets and run traceroutes\n",
"homepage": "https://github.com/steamclock/SCPinions",
"license": "MIT",
"authors": {
"Steamclock Software": "contact@steamclock.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/steamclock/SCPinions.git",
"tag": "0.1.1"
},
"source_files": "**/*.{h,m}",
"requires_arc": true,
"frameworks": "CFNetwork"
}