blob: add0b3b47fad5e2a70bfeba60b91a0fa300fed56 [file] [log] [blame]
{
"name": "YAArchitecture",
"version": "0.0.2",
"summary": "A general Structure for iOS App Development",
"description": "It includes the skeleton classes and set of protocols that must be used while developing the project",
"homepage": "https://github.com/abhimanyujindal10/YAArchitecture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Abhimanu Jindal": "abhimanyujindal10@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/abhimanyujindal10/YAArchitecture.git",
"tag": "0.0.2"
},
"source_files": "YAArchiteture/**/*.{swift}",
"resources": "YAArchiteture/**/*.{png,jpeg,jpg,storyboard,xib,plist}",
"pushed_with_swift_version": "3.0"
}