Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B Bolts-ObjC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 34
    • Issues 34
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • BoltsFramework
  • Bolts-ObjC
  • Merge requests
  • !158
Something went wrong while fetching comments. Please try again.

Added watchOS2 support for Bolts pod.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nikita Lutsenko requested to merge nlutsenko.watchOS.pod into master 9 years ago
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Adding new stuff to our spec, also updated quotes and author. Contributes to #155 (closed)

Compare
  • master (base)

and
  • latest version
    f4fe5955
    1 commit, 2 years ago

1 file
+ 13
- 8

    Preferences

    File browser
    Compare changes
Bolts.podspec
+ 13
- 8
  • View file @ f4fe5955

  • Edit in single-file editor

  • Open in Web IDE


Pod::Spec.new do |s|
s.name = "Bolts"
s.version = "1.2.2"
s.summary = "Bolts is a collection of low-level libraries designed to make developing mobile apps easier."
s.name = 'Bolts'
s.version = '1.2.2'
s.summary = 'Bolts is a collection of low-level libraries designed to make developing mobile apps easier.'
s.description = <<-DESC
Bolts was designed by Parse and Facebook for our own internal use, and we have decided to open source these libraries to make them available to others. Using these libraries does not require using any Parse services. Nor do they require having a Parse or Facebook developer account.
@@ -9,16 +9,17 @@ Pod::Spec.new do |s|
For more information, see the [Bolts iOS API Reference](http://boltsframework.github.io/docs/ios/).
DESC
s.homepage = "https://github.com/BoltsFramework"
s.license = "BSD"
s.authors = { "Bryan Klimt" => "bklimt@fb.com", "David Poll" => "depoll@fb.com" }
s.source = { :git => "https://github.com/BoltsFramework/Bolts-iOS.git", :tag => s.version.to_s }
s.homepage = 'https://github.com/BoltsFramework'
s.license = 'BSD'
s.authors = 'Parse'
s.source = { :git => 'https://github.com/BoltsFramework/Bolts-iOS.git', :tag => s.version.to_s }
s.documentation_url = 'http://boltsframework.github.io/docs/ios/'
s.social_media_url = "https://twitter.com/ParseIt"
s.social_media_url = 'https://twitter.com/ParseIt'
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.watchos.deployment_target = '2.0'
s.subspec 'Tasks' do |ss|
ss.ios.source_files = 'Bolts/Common/*.[hm]'
@@ -26,6 +27,9 @@ Pod::Spec.new do |s|
ss.osx.source_files = 'Bolts/Common/*.[hm]'
ss.osx.public_header_files = 'Bolts/Common/*.h'
ss.watchos.source_files = 'Bolts/Common/*.[hm]'
ss.watchos.public_header_files = 'Bolts/Common/*.h'
end
s.subspec 'AppLinks' do |ss|
@@ -35,6 +39,7 @@ Pod::Spec.new do |s|
ss.ios.source_files = 'Bolts/iOS/*.[hm]'
ss.ios.public_header_files = 'Bolts/iOS/*.h'
ss.osx.source_files = ''
ss.watchos.source_files = ''
end
end
Assignee
Nikita Lutsenko's avatar
Nikita Lutsenko
Assign to
0 Reviewers
None
Request review from
Labels
1
CLA Signed
1
CLA Signed
    Assign labels
  • Manage project labels

Milestone
1.3.0
1.3.0
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
2
2 participants
Nikita Lutsenko
Administrator
Reference: BoltsFramework/Bolts-ObjC!158
Source branch: nlutsenko.watchOS.pod

Menu

Explore Projects Groups Snippets