[Add] notificare-push-lib 2.5-beta1
diff --git a/Specs/f/9/6/notificare-push-lib/2.5-beta1/notificare-push-lib.podspec.json b/Specs/f/9/6/notificare-push-lib/2.5-beta1/notificare-push-lib.podspec.json
new file mode 100644
index 0000000..54a2b0c
--- /dev/null
+++ b/Specs/f/9/6/notificare-push-lib/2.5-beta1/notificare-push-lib.podspec.json
@@ -0,0 +1,57 @@
+{
+  "name": "notificare-push-lib",
+  "version": "2.5-beta1",
+  "summary": "Notificare Library for iOS apps",
+  "description": "Notificare iOS Library implements the power of smart notifications, location services, contextual marketing and powerful loyalty solutions provided by the Notificare platform in iOS applications.\n\nFor documentation please refer to: http://docs.notifica.re\n\nFor support please use: http://support.notifica.re",
+  "homepage": "https://notificare.com",
+  "license": {
+    "type": "Commercial",
+    "text": "All rights reserved"
+  },
+  "authors": {
+    "Notificare": "info@notifica.re"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source": {
+    "git": "https://github.com/Notificare/notificare-push-lib.git",
+    "tag": "2.5-beta1"
+  },
+  "source_files": "NotificarePushLib/*.h",
+  "resources": [
+    "DefaultTheme.bundle",
+    "NotificareManagedModels.bundle"
+  ],
+  "preserve_paths": "libNotificarePushLib.a",
+  "frameworks": [
+    "AVFoundation",
+    "CoreLocation",
+    "CoreData",
+    "UserNotifications",
+    "MessageUI",
+    "MapKit",
+    "CoreMedia",
+    "CoreServices",
+    "SystemConfiguration",
+    "Security",
+    "CFNetwork",
+    "ImageIO",
+    "StoreKit",
+    "WebKit",
+    "QuartzCore",
+    "Foundation",
+    "UIKit"
+  ],
+  "libraries": [
+    "icucore",
+    "NotificarePushLib"
+  ],
+  "xcconfig": {
+    "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/notificare-push-lib\"",
+    "OTHER_LDFLAGS": "-ObjC",
+    "ONLY_ACTIVE_ARCH": "YES"
+  },
+  "requires_arc": true,
+  "static_framework": true
+}