blob: e15a33aa23a6391a3795eabb3be75f9a2bf617a1 [file] [log] [blame]
{
"name": "AlexTool",
"version": "0.0.3",
"summary": "A liberty to transformat obj to string",
"homepage": "https://github.com/CoderAlexChan/AlexTool",
"license": "MIT",
"authors": {
"AlexChan": "chenwenqiangqq@sina.com"
},
"description": "AlexTool 是一个用于方便日常使用的工具类合集\n啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoderAlexChan/AlexTool.git",
"tag": "0.0.3"
},
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation",
"CoreLocation",
"MapKit",
"CloudKit",
"AudioToolbox",
"LocalAuthentication",
"CoreMotion"
],
"requires_arc": true,
"dependencies": {
"AlexCocoa": [
],
"EasyRandomKit": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Async",
"source_files": "Async/*.{h,m,swift}"
},
{
"name": "Location",
"source_files": "Location/*.{h,m,swift}"
},
{
"name": "Manager",
"source_files": "Manager/*.{h,m,swift}"
},
{
"name": "Reflect",
"source_files": "Reflect/*.{h,m,swift}"
}
]
}