blob: 599f56efa3c9a8697029437d2d07e20d9ddb40ef [file] [log] [blame]
{
"name": "RXExtenstion",
"version": "0.0.0.1",
"summary": "iOS 项目基本框架",
"description": "iOS 项目基本框架(label自适应高度、菜单功能、地址选择器、日期时间选择器、自动生成假数据......)\n /\n iOS Project basic framework (Label adaptive height, menu function, \n address selector, date time selector, \n automatic generation of false data, etc.).\n\n -----------------------------------------------------------------------------\n\n - Subspecs:\n - RXExComment (通用的)[包括:UIColor(颜色处理)、random(随机假数据)]\n - RXExRXUUID (实现设备唯一标识) \n - RXExTranslation (简单转换 --- 还在构思中...) \n - RXExGradient (颜色渐变) \n - RXExRXPickerView (选择滚动器) \n\n \t\t\t\t\t\t-----------------------------------------------------------------------------\n Example 1: \n\n pod 'RXExtenstion', :subspecs => [\n 'RXExRXUUID',\n 'RXExTranslation',\n 'RXExGradient',\n 'RXExRXBlockTextField',\n 'RXExRXPickerView'\n]\n\n-----------------------------------------------------------------------------\n Example 2: (Notice the subspecs in each version number)\n\n pod 'RXExtenstion', '0.0.0.1', :subspecs => [\n 'RXExRXUUID', \n 'RXExTranslation', \n 'RXExGradient', \n 'RXExRXBlockTextField', \n 'RXExRXPickerView' \n]",
"homepage": "https://github.com/srxboys/RXExtenstion.git",
"license": "MIT",
"authors": {
"srxboys": "srxboys@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/srxboys/RXExtenstion.git",
"tag": "0.0.0.1"
},
"requires_arc": true,
"default_subspecs": "RXExComment",
"subspecs": [
{
"name": "RXExComment",
"source_files": "RXExtenstion/RXExtenstion/{UIColor/*,random/*,*}.{h,m}",
"header_dir": "RXExComment"
},
{
"name": "RXExRXUUID",
"source_files": "RXExtenstion/RXExtenstion/RXUUID/**/*.{h,m}",
"header_dir": "RXExRXUUID",
"frameworks": "Security"
},
{
"name": "RXExTranslation",
"source_files": "RXExtenstion/RXExtenstion/Translation/**/*.{h,m}",
"header_dir": "RXExTranslation",
"frameworks": "QuartzCore"
},
{
"name": "RXExGradient",
"source_files": "RXExtenstion/RXExtenstion/Gradient/**/*.{h,m}",
"header_dir": "RXExGradient"
},
{
"name": "RXExRXBlockTextField",
"source_files": "RXExtenstion/RXExtenstion/RXBlockTextField/**/*.{h,m}",
"header_dir": "RXExRXBlockTextField"
},
{
"name": "RXExRXPickerView",
"source_files": "RXExtenstion/RXExtenstion/RXDatePicker/**/RXPickerView.{h,m}",
"header_dir": "RXExRXPickerView"
}
]
}