blob: 2f4b2cc1065f6c8e2c919733c87ff4b86cb6f5fd [file] [log] [blame]
{
"name": "PhotoFiltersKit",
"version": "0.1.0",
"summary": "PhotoFiltersKit is a package of Photo Filter module which used on Coupon applications.",
"license": "MIT",
"authors": {
"Eastern Phoenix": "easternphoenixdev@gmail.com"
},
"homepage": "https://github.com/easternphoenix/PhotoFiltersKit",
"description": "PhotoFiltersKit is a package of Photo Filter module which used on Coupon applications. User can take a photo and choose a sticker over it. The sticker can be resized and moved anywhere you like.",
"requires_arc": true,
"source": {
"git": "https://github.com/easternphoenix/PhotoFiltersKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"preserve_paths": "ios/PhotoFiltersKit.framework",
"public_header_files": "ios/PhotoFiltersKit.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "ios/PhotoFiltersKit.framework"
}
}