blob: 34d674eb386077f0ee791dd441db4f1f657bfae1 [file] [log] [blame]
{
"name": "Fragrans",
"version": "0.1.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.1.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/**/*"
}
]
}