@@ -8,25 +8,43 @@ Pod::Spec.new do |s|
8
8
9
9
s . source = { :git => "https://github.com/ParsePlatform/Parse-SDK-iOS-OSX.git" , :tag => s . version . to_s }
10
10
11
- s . platform = :ios
11
+ s . platform = :ios , :osx
12
12
s . ios . deployment_target = '7.0'
13
+ s . osx . deployment_target = '10.9'
14
+
13
15
s . requires_arc = true
14
16
15
17
s . source_files = 'Parse/*.{h,m}' ,
16
18
'Parse/Internal/**/*.{h,m}'
17
19
s . public_header_files = 'Parse/*.h'
20
+
21
+ s . osx . exclude_files = 'Parse/PFNetworkActivityIndicatorManager.{h,m}' ,
22
+ 'Parse/PFProduct.{h,m}' ,
23
+ 'Parse/PFPurchase.{h,m}' ,
24
+ 'Parse/Internal/PFAlertView.{h,m}' ,
25
+ 'Parse/Internal/Product/**/*.{h,m}' ,
26
+ 'Parse/Internal/Purchase/**/*.{h,m}'
27
+
18
28
s . resources = 'Parse/Resources/en.lproj'
19
29
20
- s . frameworks = 'AudioToolbox' ,
21
- 'CFNetwork' ,
22
- 'CoreGraphics' ,
23
- 'CoreLocation' ,
24
- 'QuartzCore' ,
25
- 'Security' ,
26
- 'StoreKit' ,
27
- 'SystemConfiguration'
28
- s . weak_frameworks = 'Accounts' ,
29
- 'Social'
30
+ s . ios . frameworks = 'AudioToolbox' ,
31
+ 'CFNetwork' ,
32
+ 'CoreGraphics' ,
33
+ 'CoreLocation' ,
34
+ 'QuartzCore' ,
35
+ 'Security' ,
36
+ 'StoreKit' ,
37
+ 'SystemConfiguration'
38
+ s . ios . weak_frameworks = 'Accounts' ,
39
+ 'Social'
40
+ s . osx . frameworks = 'ApplicationServices' ,
41
+ 'CFNetwork' ,
42
+ 'CoreGraphics' ,
43
+ 'CoreLocation' ,
44
+ 'QuartzCore' ,
45
+ 'Security' ,
46
+ 'SystemConfiguration'
47
+
30
48
s . libraries = 'z' , 'sqlite3'
31
49
32
50
s . dependency 'Bolts/Tasks' , '>= 1.2.0'
0 commit comments