[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / a / b / pixlee-ios-sdk / 0.1.1 / pixlee-ios-sdk.podspec.json
blob21e81789870a9dd3e9e95423b6303842d4cd953c
2   "name": "pixlee-ios-sdk",
3   "version": "0.1.1",
4   "summary": "A native Objective-C wrapper for the Pixlee album API.",
5   "description": "                       This SDK makes it easy for Pixlee customers to easily include Pixlee albums in their native iOS apps. It includes a native wrapper to the Pixlee album API as well as some drop-in and customizable UI elements to quickly get you started.\n",
6   "homepage": "https://github.com/pixlee/pixlee-ios",
7   "license": "MIT",
8   "authors": {
9     "Awad Sayeed": "awad@pixleeteam.com"
10   },
11   "source": {
12     "git": "https://github.com/pixlee/pixlee-ios.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "pixlee-ios-sdk": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.5.3"
28     ],
29     "Masonry": [
30       "~> 0.6.1"
31     ],
32     "SDWebImage": [
33       "~> 3.7.2"
34     ],
35     "FormatterKit/TimeIntervalFormatter": [
36       "~> 1.8.0"
37     ]
38   }