[Add] NagizTestingPod 0.0.2
[CocoaPods.git] / Specs / 5 / 1 / e / RPOFoundation / 0.0.1 / RPOFoundation.podspec.json
blob2cc23f19fb03404d52928d9be00add3f1fdd5f21
2   "name": "RPOFoundation",
3   "version": "0.0.1",
4   "summary": "A little utilities library for iOS.",
5   "description": "                       This is a little library i've been using since a while ago in order to:\n                       * Reduce my code redundancy.\n                       * Try to write cleaner code.\n",
6   "homepage": "https://github.com/WedgeSparda/RPOFoundation",
7   "license": "MIT",
8   "authors": {
9     "Roberto Pastor": "roberto.pastor.ortiz@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/WedgeSparda/RPOFoundation.git",
13     "tag": "0.0.1"
14   },
15   "social_media_url": "https://twitter.com/Roberto_Pastor",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "RPOFoundation": [
23       "Pod/Assets/*.png"
24     ]
25   }