Skip to content

Commit

Permalink
Added support for CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
tadija committed May 25, 2016
1 parent 20a9d04 commit 22d4b8b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions MissionControl.podspec
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'MissionControl'
s.version = '1.0.0'
s.summary = 'Super powerfull remote config utility written in Swift (iOS, watchOS, tvOS, OSX)'

s.homepage = 'http://appculture.com'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'appculture' => 'dev@appculture.com' }
s.social_media_url = 'http://twitter.com/appculture_ag'

s.ios.deployment_target = '8.0'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.10'

s.source = { :git => 'https://github.com/appculture/MissionControl-iOS.git', :tag => s.version }
s.source_files = 'Sources/*.swift'
end
2 changes: 2 additions & 0 deletions MissionControl.xcodeproj/project.pbxproj
Expand Up @@ -55,6 +55,7 @@
8B03C1F81CF5E1DD00B09B48 /* MissionControl tvOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "MissionControl tvOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
8B03C20E1CF5E28C00B09B48 /* MissionControl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MissionControl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8B03C2171CF5E28C00B09B48 /* MissionControl OSX Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "MissionControl OSX Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
8B03C2281CF5E83900B09B48 /* MissionControl.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = MissionControl.podspec; sourceTree = "<group>"; };
8B63137B1CE5F9A10029DC98 /* MissionControl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MissionControl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8B63137E1CE5F9A10029DC98 /* MissionControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MissionControl.h; sourceTree = "<group>"; };
8B6313801CE5F9A10029DC98 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -124,6 +125,7 @@
isa = PBXGroup;
children = (
8B03C1D11CF5DC7C00B09B48 /* LICENSE */,
8B03C2281CF5E83900B09B48 /* MissionControl.podspec */,
8B03C1DA1CF5DF1300B09B48 /* Package.swift */,
);
name = "Supporting Files";
Expand Down

0 comments on commit 22d4b8b

Please sign in to comment.