blob: 3af8204f692f6df2f5d4e729ebccb459d7982986 [file] [log] [blame]
{
"name": "randomColor",
"version": "1.0.0",
"summary": "A port of randomColor in Objective-C",
"description": " A port of randomColor in Objective-C\n\n * Port inspired by javascript and swift version\n",
"homepage": "https://github.com/yageek/randomColor",
"license": "MIT",
"authors": {
"Yannick heinrich": "yannick.heinrich@gmail.com"
},
"social_media_url": "http://twitter.com/yageek",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/yageek/randomColor.git",
"tag": "1.0.0"
},
"osx": {
"source_files": [
"Classes/YGColorDefinition.{h,m}",
"Classes/OSX/**/*.{h,m}"
],
"public_header_files": [
"Classes/YGColorDefinition.h",
"Classes/OSX/**/*.h"
],
"frameworks": "Cocoa"
},
"ios": {
"source_files": [
"Classes/YGColorDefinition.{h,m}",
"Classes/iOS/**/*.{h,m}"
],
"public_header_files": [
"Classes/YGColorDefinition.h",
"Classes/iOS/**/*.h"
],
"frameworks": "UIKit"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}