blob: 9d3e916d61ece7ef612d6c04feb0f5dcbd5b614f [file] [log] [blame]
{
"name": "A-Framework",
"version": "0.1.0",
"summary": "This is just a test pod",
"description": "This is a test framework of Albert Tra. A Framework provices log for Xcode (Only private) - You should not try this :D",
"homepage": "https://github.com/alberttra/A-Framework",
"license": "MIT",
"authors": {
"Albert Tra": "albert.tra@icloud.com"
},
"source": {
"git": "https://github.com/alberttra/A-Framework.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"A-Framework": [
"Pod/Assets/*.png"
]
}
}