[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / e / 8 / 7 / FirstPodProject / 1.0.0 / FirstPodProject.podspec.json
blob11bc9b913ce82e5953796a2addbb1df50d8a6843
2   "name": "FirstPodProject",
3   "version": "1.0.0",
4   "summary": "FirstPodProject to see how it works",
5   "homepage": "http://arangaya.com",
6   "description": "trying to learn cocoapods awesomess\n",
7   "license": "MIT",
8   "authors": {
9     "Chamira Fernando": "chamira.fdo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/chamira/FirstPodProject.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "FirstPodProject": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "Foundation",
28     "CoreGraphics"
29   ]