[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 2 / a / MeliDevSDK / 0.1.3 / MeliDevSDK.podspec.json
blob821bee9a420ca1e46234e201e3289e22fd96bdb8
2   "name": "MeliDevSDK",
3   "version": "0.1.3",
4   "summary": "The official iOS SDK for MercadoLibre's Platform.",
5   "homepage": "http://developers.mercadolibre.com/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Ignacio Giagante": "igiagante@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/mercadolibre/developers-ios_sdk.git",
15     "tag": "0.1.3"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "LibraryComponents/Classes/**/*.{h,m}",
22   "resources": [
23     "LibraryComponents/**/*.xib",
24     "LibraryComponents/Assets/**/*.xcassets",
25     "LibraryComponents/Assets/**/*.plist",
26     "LibraryComponents/Assets/**/*.ttf"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 3.0"
31     ],
32     "MBProgressHUD": [
33       "~> 1.0.0"
34     ]
35   }