blob: 4af82c14f7229153e778847f1189a39fcc5e8a10 [file] [log] [blame]
{
"name": "LearnCocoa",
"version": "0.1.1",
"summary": "A test to Cocoapods with Storyboards.cocoapods is used to use a project",
"swift_version": "4.2",
"description": "This is a same description of the Cocoapod written above. This cocoapods is used to use a project module with storyboard. Check out more detials on the later updates. Thanks",
"homepage": "https://github.com/ravisfortune/LearnCocoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ravisfortune@gmail.com": "ravisfortune@gmail.com"
},
"source": {
"git": "https://github.com/ravisfortune/LearnCocoa.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"resources": "testpod/TESTMOD/**/*.{storyboard}",
"source_files": "testpod/TESTMOD/**/*.{swift}",
"requires_arc": true,
"frameworks": "UIKit"
}