Class: Pod::Podfile

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-cafswitcher/podfile_switch.rb

Defined Under Namespace

Modules: DSL Classes: TargetDefinition

Constant Summary collapse

@@sourceList =

add flag :isReleasePackage def self.isReleasePackage

:isReleasePackage

end

[]
@@archiveList =
[]
@@frameworkList =
[]
@@allPodName =

all the name of Pod

[]
@@needUpdatePodList =
[]
@@changedSubPods =
[]
@@changedPods =
[]
@@tmpSourceList =
[]

Class Method Summary collapse

Class Method Details

.allPodNameObject



69
70
71
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 69

def self.allPodName
  @@allPodName
end

.archiveListObject



44
45
46
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 44

def self.archiveList
  @@archiveList
end

.changedPodsObject



87
88
89
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 87

def self.changedPods
  @@changedPods
end

.changedSubPodsObject



81
82
83
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 81

def self.changedSubPods
  @@changedSubPods
end

.frameworkListObject



50
51
52
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 50

def self.frameworkList
  @@frameworkList
end

.isArchiveObject

add flag :isArchive => true



15
16
17
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 15

def self.isArchive
  :isArchive
end

.isFrameworkObject

add flag :isFramework



20
21
22
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 20

def self.isFramework
  :isFramework
end

.isSourceObject

add flag :isSource => true



9
10
11
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 9

def self.isSource
  :isSource
end

.needUpdatePodListObject



75
76
77
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 75

def self.needUpdatePodList
  @@needUpdatePodList
end

.sourceListObject



38
39
40
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 38

def self.sourceList
  @@sourceList
end

.tmpSourceListObject



93
94
95
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 93

def self.tmpSourceList
  @@tmpSourceList
end