[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / a / d / Colours / 5.11.0 / Colours.podspec.json
blob5dae8b90f251b90d83b7cc2631ad1b1523577ea0
2   "name": "Colours",
3   "version": "5.11.0",
4   "summary": "100s of beautiful, predefined Colors and Color methods. Works for iOS/OSX.",
5   "authors": {
6     "Ben Gordon": "brgordon@ua.edu"
7   },
8   "source": {
9     "git": "https://github.com/bennyguitar/Colours.git",
10     "tag": "5.11.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   },
19   "subspecs": [
20     {
21       "name": "ObjC",
22       "source_files": "*.{h,m}",
23       "public_header_files": "*.h"
24     },
25     {
26       "name": "Swift",
27       "platforms": {
28         "ios": "8.0",
29         "osx": "10.9"
30       },
31       "source_files": "*.swift"
32     }
33   ]