[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / a / d / Colours / 5.13.0 / Colours.podspec.json
blob1b2b98ca8a4a0280431b3f6b633e0e9d91516579
2   "name": "Colours",
3   "version": "5.13.0",
4   "summary": "100s of beautiful, predefined Colors and Color methods. Works for iOS/OSX/tvOS.",
5   "authors": {
6     "Ben Gordon": "brgordon@ua.edu"
7   },
8   "source": {
9     "git": "https://github.com/bennyguitar/Colours.git",
10     "tag": "5.13.0"
11   },
12   "homepage": "https://github.com/bennyguitar",
13   "license": "LICENSE",
14   "default_subspecs": "ObjC",
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7",
18     "tvos": "9.0"
19   },
20   "subspecs": [
21     {
22       "name": "ObjC",
23       "source_files": "*.{h,m}",
24       "public_header_files": "*.h"
25     },
26     {
27       "name": "Swift",
28       "platforms": {
29         "ios": "8.0",
30         "tvos": "9.0",
31         "osx": "10.9"
32       },
33       "source_files": "*.swift"
34     }
35   ]