blob: aa508a86ef018cf3286dea0ce0ea57f6340f55c4 [file] [log] [blame]
{
"name": "Fragrans",
"version": "0.2.2",
"summary": "The method of class attribute auxiliary tool",
"description": "Convenient, extending the class attribute method development",
"homepage": "https://github.com/chadhea/Fragrans",
"license": "MIT",
"authors": {
"chadhea": "chadhea@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chadhea/Fragrans.git",
"tag": "0.2.2"
},
"source_files": "Fragrans/Fragrans/Fragrans/Fragrans.h",
"public_header_files": "Fragrans/Fragrans/Fragrans/Fragrans.h",
"requires_arc": true,
"subspecs": [
{
"name": "Custom",
"source_files": "Fragrans/Fragrans/Fragrans/Custom/**/*"
},
{
"name": "Extend",
"source_files": "Fragrans/Fragrans/Fragrans/Extend/**/*"
},
{
"name": "Function",
"source_files": "Fragrans/Fragrans/Fragrans/Function/**/*"
},
{
"name": "UIKit",
"source_files": "Fragrans/Fragrans/Fragrans/UIKit/**/*"
}
]
}