blob: baae5e030b593f79359a54fcb181609577eebc63 [file] [log] [blame]
{
"name": "PatrickFramework",
"version": "0.1.0",
"summary": "Testing With Storyboard",
"description": "First cocoapods with XIB and Storyboards created by Pratik Panchal",
"homepage": "https://github.com/pratikpanchal131/PatrickFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pratikpanchal131": "pratik.panchal@indianic.com"
},
"source": {
"git": "https://github.com/pratikpanchal131/PatrickFramework.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PatrickFramework/Classes/**/*.{swift}",
"resource_bundles": {
"PatrickFramework": [
"PatrickFramework/Classes/**/*.{storyboard,xib}"
]
},
"pushed_with_swift_version": "3.0"
}