blob: 21e81789870a9dd3e9e95423b6303842d4cd953c [file] [log] [blame]
{
"name": "pixlee-ios-sdk",
"version": "0.1.1",
"summary": "A native Objective-C wrapper for the Pixlee album API.",
"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",
"homepage": "https://github.com/pixlee/pixlee-ios",
"license": "MIT",
"authors": {
"Awad Sayeed": "awad@pixleeteam.com"
},
"source": {
"git": "https://github.com/pixlee/pixlee-ios.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"pixlee-ios-sdk": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.5.3"
],
"Masonry": [
"~> 0.6.1"
],
"SDWebImage": [
"~> 3.7.2"
],
"FormatterKit/TimeIntervalFormatter": [
"~> 1.8.0"
]
}
}