[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 2 / 3 / 7 / apptentive-osx / 0.4.10 / apptentive-osx.podspec.json
blob7ab646484a717b9746b0236a01d1b6565585a2d2
2   "name": "apptentive-osx",
3   "version": "0.4.10",
4   "license": "BSD",
5   "summary": "Apptentive Customer Communications SDK.",
6   "homepage": "https://www.apptentive.com/",
7   "authors": {
8     "Andrew Wooster": "andrew@apptentive.com",
9     "Peter Kamb": "peter@apptentive.com"
10   },
11   "source": {
12     "git": "https://github.com/apptentive/apptentive-osx.git",
13     "tag": "v0.4.10"
14   },
15   "platforms": {
16     "osx": "10.7"
17   },
18   "description": "\t\tThis Cocoa library for OS X allows you to add a quick and easy in-app-feedback\n\t\tmechanism to your Mac applications. Feedback is sent to the Apptentive web service.\n",
19   "public_header_files": [
20     "apptentive-ios/ApptentiveConnect/source/ATConnect.h",
21     "apptentive-ios/ApptentiveConnect/source/Rating Flow/ATAppRatingFlow.h"
22   ],
23   "source_files": [
24     "ApptentiveConnect/source/**/*.{h,m}",
25     "apptentive-ios/ApptentiveConnect/ext/**/*.{h,m}",
26     "apptentive-ios/ApptentiveConnect/source/**/*.{h,m}"
27   ],
28   "exclude_files": [
29     "apptentive-ios/ApptentiveConnect/source/Controllers/**/*",
30     "apptentive-ios/ApptentiveConnect/source/Custom Views/**/*",
31     "apptentive-ios/ApptentiveConnect/source/Surveys/**/*"
32   ],
33   "requires_arc": false,
34   "frameworks": [
35     "Cocoa",
36     "SystemConfiguration",
37     "AddressBook"
38   ],
39   "xcconfig": {
40     "GCC_PREPROCESSOR_DEFINITIONS": "JSONKIT_PREFIX=AT AT_LOGGING_LEVEL_INFO=1 AT_LOGGING_LEVEL_ERROR=1 AT_RESOURCE_BUNDLE=1"
41   },
42   "resource_bundles": {
43     "ApptentiveResources": [
44       "ApptentiveConnect/xibs/**/*.xib",
45       "apptentive-ios/ApptentiveConnect/art/generated/at_logo_info*.png"
46     ]
47   }