Skip to content
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tapasya
/
APSmartStorage
Public
forked from
Alterplay/APSmartStorage
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
APSmartStorage
/
APSmartStorage.podspec
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
16 lines (16 loc) · 769 Bytes
master
Breadcrumbs
APSmartStorage
/
APSmartStorage.podspec
Copy path
Top
File metadata and controls
Code
Blame
16 lines (16 loc) · 769 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "APSmartStorage"
s.version = "0.0.7"
s.summary = "A smart storage for network resources by @Alterplay folks. It automatically caches data on disk or in memory. #iosdev"
s.homepage = "https://github.com/Alterplay/APSmartStorage"
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { "Alexey Belkevich" => "alexey.belkevich@alterplay.com" }
s.source = { :git => "https://github.com/Alterplay/APSmartStorage.git",
:tag => s.version.to_s }
s.source_files = 'Classes/**/*.{h,m}'
s.ios.deployment_target = "6.0"
s.osx.deployment_target = "10.8"
s.requires_arc = true
s.dependency 'APAsyncDictionary', '0.0.4'
s.dependency 'MD5Digest', '0.1.0'
end
You can’t perform that action at this time.