blob: db82153d58022500a58e887dc14216d450e9b709 [file] [log] [blame]
{
"name": "XTFrameModule",
"version": "0.1.0",
"summary": "This is a iOS frame autoresizing framework for those who are developping iOS or Mac App",
"description": "This is a iOS frame autoresizing framework for those who are developping iOS or Mac App. Maybe it is not a final perfect solution for autoresizing, I will still updating aiming to creating a perfect work.",
"homepage": "https://github.com/BirdandLion/XTFrameModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BirdandLion": "wwwhhitzxt@163.com"
},
"source": {
"git": "https://github.com/BirdandLion/XTFrameModule.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XTFrameModule/Classes/**/*",
"requires_arc": true,
"public_header_files": "XTFrameModule/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}