[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / e / 4 / 7 / Shelley / 1.0.1 / Shelley.podspec.json
blob3a7f87e0fcc4ae35531d3282e6f74f423a681507
2   "name": "Shelley",
3   "version": "1.0.1",
4   "summary": "View selection engine used in Frank.",
5   "homepage": "https://github.com/testingwithfrank/Shelley",
6   "license": "Apache2",
7   "authors": {
8     "Pete Hodgson": "github@thepete.net"
9   },
10   "source": {
11     "git": "https://github.com/TestingWithFrank/Shelley.git",
12     "tag": "1.0.1"
13   },
14   "ios": {
15     "source_files": [
16       "Source/Shared/**/*.{h,m}",
17       "Source/iOS/**/*.{h,m}"
18     ]
19   },
20   "osx": {
21     "source_files": [
22       "Source/Shared/**/*.{h,m}",
23       "Source/Mac/**/*.{h,m}"
24     ]
25   },
26   "frameworks": "CoreGraphics",
27   "requires_arc": false