[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 9 / SCPinions / 0.1.1 / SCPinions.podspec.json
blob7ee2d57407928291c5cd6842cc22297fd2e480b0
2   "name": "SCPinions",
3   "version": "0.1.1",
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",
7   "license": "MIT",
8   "authors": {
9     "Steamclock Software": "contact@steamclock.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/steamclock/SCPinions.git",
16     "tag": "0.1.1"
17   },
18   "source_files": "**/*.{h,m}",
19   "requires_arc": true,
20   "frameworks": "CFNetwork"