4 "summary": "Steamclock uses various tools and utilities to build our apps. We call these tools Pinions and like to open source them.",
5 "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",
6 "homepage": "https://github.com/steamclock/SCPinions",
9 "Steamclock Software": "contact@steamclock.com"
15 "git": "https://github.com/steamclock/SCPinions.git",
18 "source_files": "**/*.{h,m}",
20 "frameworks": "CFNetwork"