forked from NIFCLOUD-mbaas/ncmb_ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NCMB.podspec
22 lines (22 loc) · 926 Bytes
/
NCMB.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "NCMB"
s.version = "3.1.1"
s.summary = "NCMB is SDK for NIFCLOUD mobile backend."
s.description = <<-DESC
NCMB is SDK for NIFCLOUD mobile backend.
NIFCLOUD mobile backend function
* Data store
* Push Notification
* User Management
* SNS integration
* File store
DESC
s.homepage = "https://mbaas.nifcloud.com"
s.license = "Apache License, Version 2.0"
s.author = "FUJITSU CLOUD TECHNOLOGIES LIMITED"
s.platform = :ios, "5.1"
s.source = { :git => 'https://github.com/NIFCLOUD-mbaas/ncmb_ios.git', :tag => 'v3.1.1' }
s.source_files = "NCMB/**/*.{h,m,c}"
s.frameworks = "Foundation", "UIKit", "MobileCoreServices", "AudioToolbox", "SystemConfiguration"
s.requires_arc = true
end