[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 6 / 9 / KITAssetsPickerController / 1.0.4 / KITAssetsPickerController.podspec.json
blob9421410b85624016f89d0d0d000ff750f2536abd
2   "name": "KITAssetsPickerController",
3   "version": "1.0.4",
4   "summary": "iOS control that allows picking multiple photos from custom data sources.",
5   "description": "KITAssetsPickerController is an iOS controller that allows picking\nmultiple photos from custom data sources..\nThe usage and look-and-feel just similar to UIImagePickerController.\nIt uses **ARC**.",
6   "homepage": "https://github.com/OceanLabs/KITAssetsPickerController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kostas Karayannis": "kkarayannis@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/kkarayannis",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/Oceanlabs/KITAssetsPickerController.git",
20     "tag": "1.0.4"
21   },
22   "public_header_files": "KITAssetsPickerController/*.h",
23   "source_files": "KITAssetsPickerController/**/*.{h,m}",
24   "resource_bundles": {
25     "KITAssetsPickerController": [
26       "KITAssetsPickerController/Resources/KITAssetsPicker.xcassets/*/*.png",
27       "KITAssetsPickerController/Resources/*.lproj"
28     ]
29   },
30   "requires_arc": true,
31   "dependencies": {
32     "PureLayout": [
33       "~> 3.0.0"
34     ]
35   }