-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCartfile
More file actions
27 lines (25 loc) · 799 Bytes
/
Cartfile
File metadata and controls
27 lines (25 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# $ carthage update --use-submodules
#
# or
#
# $ carthage update fmdb --use-submodules
#
# REF: https://github.com/Carthage/Carthage
# REF: https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile
#
# Carthage supports several kinds of version requirements:
#
# >= 1.0 for “at least version 1.0”
# ~> 1.0 for “compatible with version 1.0”
# == 1.0 for “exactly version 1.0”
# "some-branch-or-tag-or-commit" for a specific Git object (anything allowed by
# git rev-parse). Note: This form of requirement is not supported for binary origins.
#
# If no version requirement is given, any version of the dependency is allowed.
#
#
# Frameworks for AidemPythonDemo
#
#github "AFNetworking/AFNetworking" ~> 4.0
#github "jdg/MBProgressHUD" ~> 1.2.0