[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / a / 4 / GAFBCustomTitleButton / 0.1.0 / GAFBCustomTitleButton.podspec.json
blob3db5d8f5fd31328e19206889ba1e960519456d42
2   "name": "GAFBCustomTitleButton",
3   "version": "0.1.0",
4   "summary": "Allow custom titles for the Facebook Button.",
5   "description": "Allow writing custom titles with the Facebook Button to call different functionalities using Facebook. I.e. \"Invite friends via Facebook\".",
6   "homepage": "https://github.com/george-gw/GAFBCustomTitleButton",
7   "license": "MIT",
8   "authors": {
9     "George A": "george.guidewall@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/george-gw/GAFBCustomTitleButton.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "GAFBCustomTitleButton": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "weak_frameworks": "UIKit",
26   "pod_target_xcconfig": {
27     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
28   },
29   "dependencies": {
30     "FBSDKCoreKit": [
32     ]
33   }